Html Css Color HEX #F24C8C French Rose

📋 copy color: '#F24C8C'

red 242 ◦ green 76 ◦ blue 140

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

Shades of French Rose #F24C8C

Tints of French Rose #F24C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.57%

R = 52.84%
G = 16.59%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F24C8C (or 0xF24C8C) is known color: French Rose. HEX triplet: F2, 4C and 8C. RGB value is (242,76,140). Sum of RGB (Red+Green+Blue) = 242+76+140=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 76 (30.08% from 255 or 16.59% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F24C8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24C8C is #0DB373. Grayscale: #848484. Windows color (decimal): -897908 or 9194738. OLE color: 9194738.

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

Color convert

RGB 242 76 140 -
CMYK 0 0.69 0.42 0.05
HSL 336.87º 0.86% 0.62% -
HSV(B) 336.87º 0.69% 0.95% -
XYZ 43.94 25.94 27.5 -
YUV 132.93 132 205.8 -
System Red Green Blue C M Y K H S L
Decimal 242 76 140 0 0.69 0.42 0.05 336.87 0.86 0.62
Hex F2 4C 8C 0 45 2A 5 151 56 3E
Octal 362 114 214 0 105 52 5 521 126 76
Binary 11110010 1001100 10001100 0 1000101 101010 101 101010001 1010110 111110

Color Harmonies of #F24C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24C8C

Black with #F24C8C

Text Example


Text Example

White with #F24C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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