Html Css Color HEX #F04890 French Rose

📋 copy color: '#F04890'

red 240 ◦ green 72 ◦ blue 144

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

Shades of French Rose #F04890

Tints of French Rose #F04890

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.79%

 BLUE value IS 144 (56.64% from 255) = 31.58%

R = 52.63%
G = 15.79%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#F04890 (or 0xF04890) is known color: French Rose. HEX triplet: F0, 48 and 90. RGB value is (240,72,144). Sum of RGB (Red+Green+Blue) = 240+72+144=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 72 (28.52% from 255 or 15.79% from 456); Blue value is 144 (56.64% from 255 or 31.58% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F04890 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04890 is #0FB76F. Grayscale: #828282. Windows color (decimal): -1030000 or 9455856. OLE color: 9455856.

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

Color convert

RGB 240 72 144 -
CMYK 0 0.7 0.4 0.06
HSL 334.29º 0.85% 0.61% -
HSV(B) 334.29º 0.7% 0.94% -
XYZ 43.29 25.17 28.96 -
YUV 130.44 135.66 206.15 -
System Red Green Blue C M Y K H S L
Decimal 240 72 144 0 0.7 0.4 0.06 334.29 0.85 0.61
Hex F0 48 90 0 46 28 6 14E 55 3D
Octal 360 110 220 0 106 50 6 516 125 75
Binary 11110000 1001000 10010000 0 1000110 101000 110 101001110 1010101 111101

Color Harmonies of #F04890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04890

Black with #F04890

Text Example


Text Example

White with #F04890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04890; }

 p { color: rgb(240,72,144); }

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

background-color css

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

 a { background-color: rgb(240,72,144); }

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

border-color css

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

 span { border-color: rgb(240,72,144); }

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