Html Css Color HEX #F24881 French Rose

📋 copy color: '#F24881'

red 242 ◦ green 72 ◦ blue 129

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

Shades of French Rose #F24881

Tints of French Rose #F24881

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.25%

 BLUE value IS 129 (50.78% from 255) = 29.12%

R = 54.63%
G = 16.25%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F24881 (or 0xF24881) is known color: French Rose. HEX triplet: F2, 48 and 81. RGB value is (242,72,129). Sum of RGB (Red+Green+Blue) = 242+72+129=443 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.63% from 443); Green value is 72 (28.52% from 255 or 16.25% from 443); Blue value is 129 (50.78% from 255 or 29.12% from 443); Max value from RGB is 242 - color contains mainly: red. Hex color #F24881 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24881 is #0DB77E. Grayscale: #818181. Windows color (decimal): -898943 or 8472818. OLE color: 8472818.

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

Color convert

RGB 242 72 129 -
CMYK 0 0.70 0.47 0.05
HSL 339.88º 0.87% 0.62% -
HSV(B) 339.88º 0.7% 0.95% -
XYZ 42.9 25.1 23.35 -
YUV 129.33 127.82 208.37 -
System Red Green Blue C M Y K H S L
Decimal 242 72 129 0 0.70 0.47 0.05 339.88 0.87 0.62
Hex F2 48 81 0 46 2F 5 154 57 3E
Octal 362 110 201 0 106 57 5 524 127 76
Binary 11110010 1001000 10000001 0 1000110 101111 101 101010100 1010111 111110

Color Harmonies of #F24881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24881

Black with #F24881

Text Example


Text Example

White with #F24881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24881; }

 p { color: rgb(242,72,129); }

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

background-color css

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

 a { background-color: rgb(242,72,129); }

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

border-color css

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

 span { border-color: rgb(242,72,129); }

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