Html Css Color HEX #F04D92 French Rose

📋 copy color: '#F04D92'

red 240 ◦ green 77 ◦ blue 146

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

Shades of French Rose #F04D92

Tints of French Rose #F04D92

RGB

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

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

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

R = 51.84%
G = 16.63%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#F04D92 (or 0xF04D92) is known color: French Rose. HEX triplet: F0, 4D and 92. RGB value is (240,77,146). Sum of RGB (Red+Green+Blue) = 240+77+146=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 77 (30.47% from 255 or 16.63% from 463); Blue value is 146 (57.42% from 255 or 31.53% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F04D92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F04D92 is #0FB26D. Grayscale: #858585. Windows color (decimal): -1028718 or 9588208. OLE color: 9588208.

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

Color convert

RGB 240 77 146 -
CMYK 0 0.68 0.39 0.06
HSL 334.6º 0.84% 0.62% -
HSV(B) 334.6º 0.68% 0.94% -
XYZ 43.78 25.91 29.89 -
YUV 133.6 135 203.89 -
System Red Green Blue C M Y K H S L
Decimal 240 77 146 0 0.68 0.39 0.06 334.6 0.84 0.62
Hex F0 4D 92 0 44 27 6 14F 54 3E
Octal 360 115 222 0 104 47 6 517 124 76
Binary 11110000 1001101 10010010 0 1000100 100111 110 101001111 1010100 111110

Color Harmonies of #F04D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04D92

Black with #F04D92

Text Example


Text Example

White with #F04D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04D92; }

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

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

background-color css

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

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

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

border-color css

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

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

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