Html Css Color HEX #F04A98 French Rose

📋 copy color: '#F04A98'

red 240 ◦ green 74 ◦ blue 152

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

Shades of French Rose #F04A98

Tints of French Rose #F04A98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 32.62%

R = 51.5%
G = 15.88%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F04A98 (or 0xF04A98) is known color: French Rose. HEX triplet: F0, 4A and 98. RGB value is (240,74,152). Sum of RGB (Red+Green+Blue) = 240+74+152=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 74 (29.30% from 255 or 15.88% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F04A98 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04A98 is #0FB567. Grayscale: #848484. Windows color (decimal): -1029480 or 9980656. OLE color: 9980656.

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

Color convert

RGB 240 74 152 -
CMYK 0 0.69 0.37 0.06
HSL 331.81º 0.85% 0.62% -
HSV(B) 331.81º 0.69% 0.94% -
XYZ 44.05 25.69 32.34 -
YUV 132.53 139 204.66 -
System Red Green Blue C M Y K H S L
Decimal 240 74 152 0 0.69 0.37 0.06 331.81 0.85 0.62
Hex F0 4A 98 0 45 25 6 14C 55 3E
Octal 360 112 230 0 105 45 6 514 125 76
Binary 11110000 1001010 10011000 0 1000101 100101 110 101001100 1010101 111110

Color Harmonies of #F04A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04A98

Black with #F04A98

Text Example


Text Example

White with #F04A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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