Html Css Color HEX #F04A95 French Rose

📋 copy color: '#F04A95'

red 240 ◦ green 74 ◦ blue 149

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

Shades of French Rose #F04A95

Tints of French Rose #F04A95

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.98%

 BLUE value IS 149 (58.59% from 255) = 32.18%

R = 51.84%
G = 15.98%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F04A95 (or 0xF04A95) is known color: French Rose. HEX triplet: F0, 4A and 95. RGB value is (240,74,149). Sum of RGB (Red+Green+Blue) = 240+74+149=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 74 (29.30% from 255 or 15.98% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F04A95 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04A95 is #0FB56A. Grayscale: #848484. Windows color (decimal): -1029483 or 9784048. OLE color: 9784048.

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

Color convert

RGB 240 74 149 -
CMYK 0 0.69 0.38 0.06
HSL 332.89º 0.85% 0.62% -
HSV(B) 332.89º 0.69% 0.94% -
XYZ 43.81 25.59 31.06 -
YUV 132.18 137.5 204.9 -
System Red Green Blue C M Y K H S L
Decimal 240 74 149 0 0.69 0.38 0.06 332.89 0.85 0.62
Hex F0 4A 95 0 45 26 6 14D 55 3E
Octal 360 112 225 0 105 46 6 515 125 76
Binary 11110000 1001010 10010101 0 1000101 100110 110 101001101 1010101 111110

Color Harmonies of #F04A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04A95

Black with #F04A95

Text Example


Text Example

White with #F04A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04A95; }

 p { color: rgb(240,74,149); }

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

background-color css

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

 a { background-color: rgb(240,74,149); }

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

border-color css

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

 span { border-color: rgb(240,74,149); }

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