Html Css Color HEX #F04F90 French Rose

📋 copy color: '#F04F90'

red 240 ◦ green 79 ◦ blue 144

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

Shades of French Rose #F04F90

Tints of French Rose #F04F90

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.06%

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

R = 51.84%
G = 17.06%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#F04F90 (or 0xF04F90) is known color: French Rose. HEX triplet: F0, 4F and 90. RGB value is (240,79,144). Sum of RGB (Red+Green+Blue) = 240+79+144=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 79 (31.25% from 255 or 17.06% from 463); Blue value is 144 (56.64% from 255 or 31.10% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F04F90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F04F90 is #0FB06F. Grayscale: #868686. Windows color (decimal): -1028208 or 9457648. OLE color: 9457648.

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

Color convert

RGB 240 79 144 -
CMYK 0 0.67 0.4 0.06
HSL 335.78º 0.84% 0.63% -
HSV(B) 335.78º 0.67% 0.94% -
XYZ 43.77 26.13 29.12 -
YUV 134.55 133.34 203.21 -
System Red Green Blue C M Y K H S L
Decimal 240 79 144 0 0.67 0.4 0.06 335.78 0.84 0.63
Hex F0 4F 90 0 43 28 6 150 54 3F
Octal 360 117 220 0 103 50 6 520 124 77
Binary 11110000 1001111 10010000 0 1000011 101000 110 101010000 1010100 111111

Color Harmonies of #F04F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04F90

Black with #F04F90

Text Example


Text Example

White with #F04F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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