Html Css Color HEX #F24C90 French Rose

📋 copy color: '#F24C90'

red 242 ◦ green 76 ◦ blue 144

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

Shades of French Rose #F24C90

Tints of French Rose #F24C90

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.45%

 BLUE value IS 144 (56.64% from 255) = 31.17%

R = 52.38%
G = 16.45%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F24C90 (or 0xF24C90) is known color: French Rose. HEX triplet: F2, 4C and 90. RGB value is (242,76,144). Sum of RGB (Red+Green+Blue) = 242+76+144=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 76 (30.08% from 255 or 16.45% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F24C90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24C90 is #0DB36F. Grayscale: #858585. Windows color (decimal): -897904 or 9456882. OLE color: 9456882.

HSL color Cylindrical-coordinate representation of color #F24C90: hue angle of 335.42º degrees, saturation: 0.86, 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 #F24C90 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 76 144 -
CMYK 0 0.69 0.40 0.05
HSL 335.42º 0.86% 0.62% -
HSV(B) 335.42º 0.69% 0.95% -
XYZ 44.24 26.06 29.08 -
YUV 133.39 134 205.47 -
System Red Green Blue C M Y K H S L
Decimal 242 76 144 0 0.69 0.40 0.05 335.42 0.86 0.62
Hex F2 4C 90 0 45 28 5 14F 56 3E
Octal 362 114 220 0 105 50 5 517 126 76
Binary 11110010 1001100 10010000 0 1000101 101000 101 101001111 1010110 111110

Color Harmonies of #F24C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24C90

Black with #F24C90

Text Example


Text Example

White with #F24C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24C90; }

 p { color: rgb(242,76,144); }

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

background-color css

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

 a { background-color: rgb(242,76,144); }

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

border-color css

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

 span { border-color: rgb(242,76,144); }

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