Html Css Color HEX #F04D91 French Rose

📋 copy color: '#F04D91'

red 240 ◦ green 77 ◦ blue 145

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

Shades of French Rose #F04D91

Tints of French Rose #F04D91

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.67%

 BLUE value IS 145 (57.03% from 255) = 31.39%

R = 51.95%
G = 16.67%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F04D91 (or 0xF04D91) is known color: French Rose. HEX triplet: F0, 4D and 91. RGB value is (240,77,145). Sum of RGB (Red+Green+Blue) = 240+77+145=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 77 (30.47% from 255 or 16.67% from 462); Blue value is 145 (57.03% from 255 or 31.39% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F04D91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F04D91 is #0FB26E. Grayscale: #858585. Windows color (decimal): -1028719 or 9522672. OLE color: 9522672.

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

Color convert

RGB 240 77 145 -
CMYK 0 0.68 0.40 0.06
HSL 334.97º 0.84% 0.62% -
HSV(B) 334.97º 0.68% 0.94% -
XYZ 43.7 25.88 29.48 -
YUV 133.49 134.5 203.97 -
System Red Green Blue C M Y K H S L
Decimal 240 77 145 0 0.68 0.40 0.06 334.97 0.84 0.62
Hex F0 4D 91 0 44 28 6 14F 54 3E
Octal 360 115 221 0 104 50 6 517 124 76
Binary 11110000 1001101 10010001 0 1000100 101000 110 101001111 1010100 111110

Color Harmonies of #F04D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04D91

Black with #F04D91

Text Example


Text Example

White with #F04D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04D91; }

 p { color: rgb(240,77,145); }

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

background-color css

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

 a { background-color: rgb(240,77,145); }

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

border-color css

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

 span { border-color: rgb(240,77,145); }

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