Html Css Color HEX #F04D99 French Rose

📋 copy color: '#F04D99'

red 240 ◦ green 77 ◦ blue 153

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

Shades of French Rose #F04D99

Tints of French Rose #F04D99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 32.55%

R = 51.06%
G = 16.38%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F04D99 (or 0xF04D99) is known color: French Rose. HEX triplet: F0, 4D and 99. RGB value is (240,77,153). Sum of RGB (Red+Green+Blue) = 240+77+153=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 77 (30.47% from 255 or 16.38% from 470); Blue value is 153 (60.16% from 255 or 32.55% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F04D99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F04D99 is #0FB266. Grayscale: #868686. Windows color (decimal): -1028711 or 10046960. OLE color: 10046960.

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

Color convert

RGB 240 77 153 -
CMYK 0 0.68 0.36 0.06
HSL 332.02º 0.84% 0.62% -
HSV(B) 332.02º 0.68% 0.94% -
XYZ 44.34 26.13 32.84 -
YUV 134.4 138.5 203.32 -
System Red Green Blue C M Y K H S L
Decimal 240 77 153 0 0.68 0.36 0.06 332.02 0.84 0.62
Hex F0 4D 99 0 44 24 6 14C 54 3E
Octal 360 115 231 0 104 44 6 514 124 76
Binary 11110000 1001101 10011001 0 1000100 100100 110 101001100 1010100 111110

Color Harmonies of #F04D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04D99

Black with #F04D99

Text Example


Text Example

White with #F04D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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