Html Css Color HEX #F04992 French Rose

📋 copy color: '#F04992'

red 240 ◦ green 73 ◦ blue 146

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

Shades of French Rose #F04992

Tints of French Rose #F04992

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.9%

 BLUE value IS 146 (57.42% from 255) = 31.81%

R = 52.29%
G = 15.9%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#F04992 (or 0xF04992) is known color: French Rose. HEX triplet: F0, 49 and 92. RGB value is (240,73,146). Sum of RGB (Red+Green+Blue) = 240+73+146=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 73 (28.91% from 255 or 15.90% from 459); Blue value is 146 (57.42% from 255 or 31.81% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F04992 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04992 is #0FB66D. Grayscale: #838383. Windows color (decimal): -1029742 or 9587184. OLE color: 9587184.

HSL color Cylindrical-coordinate representation of color #F04992: hue angle of 333.77º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F04992 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 73 146 -
CMYK 0 0.70 0.39 0.06
HSL 333.77º 0.85% 0.61% -
HSV(B) 333.77º 0.7% 0.94% -
XYZ 43.51 25.37 29.8 -
YUV 131.26 136.33 205.56 -
System Red Green Blue C M Y K H S L
Decimal 240 73 146 0 0.70 0.39 0.06 333.77 0.85 0.61
Hex F0 49 92 0 46 27 6 14E 55 3D
Octal 360 111 222 0 106 47 6 516 125 75
Binary 11110000 1001001 10010010 0 1000110 100111 110 101001110 1010101 111101

Color Harmonies of #F04992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04992

Black with #F04992

Text Example


Text Example

White with #F04992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04992; }

 p { color: rgb(240,73,146); }

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

background-color css

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

 a { background-color: rgb(240,73,146); }

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

border-color css

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

 span { border-color: rgb(240,73,146); }

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