Html Css Color HEX #F04F8C French Rose

📋 copy color: '#F04F8C'

red 240 ◦ green 79 ◦ blue 140

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

Shades of French Rose #F04F8C

Tints of French Rose #F04F8C

RGB

 RED value IS 240 (94.14% from 255) = 52.29%

 GREEN value IS 79 (31.25% from 255) = 17.21%

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

R = 52.29%
G = 17.21%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F04F8C (or 0xF04F8C) is known color: French Rose. HEX triplet: F0, 4F and 8C. RGB value is (240,79,140). Sum of RGB (Red+Green+Blue) = 240+79+140=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 79 (31.25% from 255 or 17.21% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F04F8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F04F8C is #0FB073. Grayscale: #868686. Windows color (decimal): -1028212 or 9195504. OLE color: 9195504.

HSL color Cylindrical-coordinate representation of color #F04F8C: hue angle of 337.27º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F04F8C is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 79 140 -
CMYK 0 0.67 0.42 0.06
HSL 337.27º 0.84% 0.63% -
HSV(B) 337.27º 0.67% 0.94% -
XYZ 43.46 26.01 27.54 -
YUV 134.09 131.34 203.54 -
System Red Green Blue C M Y K H S L
Decimal 240 79 140 0 0.67 0.42 0.06 337.27 0.84 0.63
Hex F0 4F 8C 0 43 2A 6 151 54 3F
Octal 360 117 214 0 103 52 6 521 124 77
Binary 11110000 1001111 10001100 0 1000011 101010 110 101010001 1010100 111111

Color Harmonies of #F04F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04F8C

Black with #F04F8C

Text Example


Text Example

White with #F04F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04F8C; }

 p { color: rgb(240,79,140); }

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

background-color css

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

 a { background-color: rgb(240,79,140); }

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

border-color css

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

 span { border-color: rgb(240,79,140); }

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