#F24B8D

Color #F24B8D French Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Rose #F24B8D

Tints of French Rose #F24B8D

Color information

#F24B8D (or 0xF24B8D) is unknown color: approx French Rose. HEX triplet: F2, 4B and 8D. RGB value is (242,75,141). Sum of RGB (Red+Green+Blue) = 242+75+141=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 75 (29.69% from 255 or 16.38% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F24B8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24B8D is #0DB472. Grayscale: #848484. Windows color (decimal): -898163 or 9260018. OLE color: 9260018.

HSL color Cylindrical-coordinate representation of color #F24B8D: hue angle of 336.29º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F24B8D is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB24275141-
CMYK00.690.420.05
HSL336.29º86.53%62.16%-
HSV(B)336.29º69.01%94.9%-
XYZ43.9425.8327.87-
YUV132.46132.83206.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 52.84%
GREEN value IS 75 (29.69% from 255) = 16.38%
BLUE value IS 141 (55.47% from 255) = 30.79%
R=52.84%
G=16.38%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427514100.690.420.05336.2986.5362.16
HexF24B8D0452A5150573e
Octal362113215010552552012776
Binary11110010100101110001101010001011010101011010100001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24B8D; }

 p { color: rgb(242,75,141); }

 H1.HeaderClassName
 {
   color: #F24B8D;
 }
 .AnyTagClassName
 {
   color: #F24B8D;
 }
</style>
background-color css

<style>
 a { background-color: #F24B8D; }

 a { background-color: rgb(242,75,141); }

 div.DivClassName
 {
   background-color: #F24B8D;
 }
 .BgClassName
 {
   background-color: #F24B8D;
 }
</style>
border-color css

<style>
 span { border-color: #F24B8D; }

 span { border-color: rgb(242,75,141); }

 td.TdClassName
 {
   border-color: #F24B8D;
 }
 .TagClassName
 {
   border-color: #F24B8D;
 }
</style>