Html Css Color HEX #F04891 French Rose

📋 copy color: '#F04891'

red 240 ◦ green 72 ◦ blue 145

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

Shades of French Rose #F04891

Tints of French Rose #F04891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 31.73%

R = 52.52%
G = 15.75%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F04891 (or 0xF04891) is known color: French Rose. HEX triplet: F0, 48 and 91. RGB value is (240,72,145). Sum of RGB (Red+Green+Blue) = 240+72+145=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 72 (28.52% from 255 or 15.75% from 457); Blue value is 145 (57.03% from 255 or 31.73% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F04891 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04891 is #0FB76E. Grayscale: #828282. Windows color (decimal): -1029999 or 9521392. OLE color: 9521392.

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

Color convert

RGB 240 72 145 -
CMYK 0 0.7 0.40 0.06
HSL 333.93º 0.85% 0.61% -
HSV(B) 333.93º 0.7% 0.94% -
XYZ 43.36 25.2 29.37 -
YUV 130.55 136.16 206.06 -
System Red Green Blue C M Y K H S L
Decimal 240 72 145 0 0.7 0.40 0.06 333.93 0.85 0.61
Hex F0 48 91 0 46 28 6 14E 55 3D
Octal 360 110 221 0 106 50 6 516 125 75
Binary 11110000 1001000 10010001 0 1000110 101000 110 101001110 1010101 111101

Color Harmonies of #F04891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04891

Black with #F04891

Text Example


Text Example

White with #F04891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04891; }

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

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

background-color css

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

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

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

border-color css

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

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

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