Html Css Color HEX #F24788 French Rose

📋 copy color: '#F24788'

red 242 ◦ green 71 ◦ blue 136

#F24788
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Rose #F24788

Tints of French Rose #F24788

RGB

 RED value IS 242 (94.92% from 255) = 53.9%

 GREEN value IS 71 (28.13% from 255) = 15.81%

 BLUE value IS 136 (53.52% from 255) = 30.29%

R = 53.9%
G = 15.81%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F24788 (or 0xF24788) is known color: French Rose. HEX triplet: F2, 47 and 88. RGB value is (242,71,136). Sum of RGB (Red+Green+Blue) = 242+71+136=449 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.90% from 449); Green value is 71 (28.12% from 255 or 15.81% from 449); Blue value is 136 (53.52% from 255 or 30.29% from 449); Max value from RGB is 242 - color contains mainly: red. Hex color #F24788 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24788 is #0DB877. Grayscale: #818181. Windows color (decimal): -899192 or 8931314. OLE color: 8931314.

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

Color convert

RGB 242 71 136 -
CMYK 0 0.71 0.44 0.05
HSL 337.19º 0.87% 0.61% -
HSV(B) 337.19º 0.71% 0.95% -
XYZ 43.32 25.16 25.87 -
YUV 129.54 131.65 208.21 -
System Red Green Blue C M Y K H S L
Decimal 242 71 136 0 0.71 0.44 0.05 337.19 0.87 0.61
Hex F2 47 88 0 47 2C 5 151 57 3D
Octal 362 107 210 0 107 54 5 521 127 75
Binary 11110010 1000111 10001000 0 1000111 101100 101 101010001 1010111 111101

Color Harmonies of #F24788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24788

Black with #F24788

Text Example


Text Example

White with #F24788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24788; }

 p { color: rgb(242,71,136); }

 H1.HeaderClassName
 {
   color: #F24788;
 }
 .AnyTagClassName
 {
   color: #F24788;
 }
</style>

background-color css

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

 a { background-color: rgb(242,71,136); }

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

border-color css

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

 span { border-color: rgb(242,71,136); }

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