Html Css Color HEX #F04990 French Rose

📋 copy color: '#F04990'

red 240 ◦ green 73 ◦ blue 144

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

Shades of French Rose #F04990

Tints of French Rose #F04990

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.97%

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

R = 52.52%
G = 15.97%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#F04990 (or 0xF04990) is known color: French Rose. HEX triplet: F0, 49 and 90. RGB value is (240,73,144). Sum of RGB (Red+Green+Blue) = 240+73+144=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 144 (56.64% from 255 or 31.51% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F04990 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04990 is #0FB66F. Grayscale: #828282. Windows color (decimal): -1029744 or 9456112. OLE color: 9456112.

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

Color convert

RGB 240 73 144 -
CMYK 0 0.70 0.4 0.06
HSL 334.49º 0.85% 0.61% -
HSV(B) 334.49º 0.7% 0.94% -
XYZ 43.35 25.3 28.98 -
YUV 131.03 135.33 205.73 -
System Red Green Blue C M Y K H S L
Decimal 240 73 144 0 0.70 0.4 0.06 334.49 0.85 0.61
Hex F0 49 90 0 46 28 6 14E 55 3D
Octal 360 111 220 0 106 50 6 516 125 75
Binary 11110000 1001001 10010000 0 1000110 101000 110 101001110 1010101 111101

Color Harmonies of #F04990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04990

Black with #F04990

Text Example


Text Example

White with #F04990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04990; }

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

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

background-color css

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

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

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

border-color css

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

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

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