Html Css Color HEX #F04996 French Rose

📋 copy color: '#F04996'

red 240 ◦ green 73 ◦ blue 150

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

Shades of French Rose #F04996

Tints of French Rose #F04996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 32.4%

R = 51.84%
G = 15.77%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F04996 (or 0xF04996) is known color: French Rose. HEX triplet: F0, 49 and 96. RGB value is (240,73,150). Sum of RGB (Red+Green+Blue) = 240+73+150=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 73 (28.91% from 255 or 15.77% from 463); Blue value is 150 (58.98% from 255 or 32.40% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F04996 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04996 is #0FB669. Grayscale: #838383. Windows color (decimal): -1029738 or 9849328. OLE color: 9849328.

HSL color Cylindrical-coordinate representation of color #F04996: hue angle of 332.34º 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 #F04996 is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 73 150 -
CMYK 0 0.70 0.37 0.06
HSL 332.34º 0.85% 0.61% -
HSV(B) 332.34º 0.7% 0.94% -
XYZ 43.82 25.49 31.46 -
YUV 131.71 138.33 205.24 -
System Red Green Blue C M Y K H S L
Decimal 240 73 150 0 0.70 0.37 0.06 332.34 0.85 0.61
Hex F0 49 96 0 46 25 6 14C 55 3D
Octal 360 111 226 0 106 45 6 514 125 75
Binary 11110000 1001001 10010110 0 1000110 100101 110 101001100 1010101 111101

Color Harmonies of #F04996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04996

Black with #F04996

Text Example


Text Example

White with #F04996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04996; }

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

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

background-color css

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

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

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

border-color css

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

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

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