Html Css Color HEX #F05891 French Rose

📋 copy color: '#F05891'

red 240 ◦ green 88 ◦ blue 145

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

Shades of French Rose #F05891

Tints of French Rose #F05891

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.6%

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

R = 50.74%
G = 18.6%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F05891 (or 0xF05891) is known color: French Rose. HEX triplet: F0, 58 and 91. RGB value is (240,88,145). Sum of RGB (Red+Green+Blue) = 240+88+145=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 88 (34.77% from 255 or 18.60% from 473); Blue value is 145 (57.03% from 255 or 30.66% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F05891 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05891 is #0FA76E. Grayscale: #8B8B8B. Windows color (decimal): -1025903 or 9525488. OLE color: 9525488.

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

Color convert

RGB 240 88 145 -
CMYK 0 0.63 0.40 0.06
HSL 337.5º 0.84% 0.64% -
HSV(B) 337.5º 0.63% 0.94% -
XYZ 44.54 27.55 29.76 -
YUV 139.95 130.86 199.37 -
System Red Green Blue C M Y K H S L
Decimal 240 88 145 0 0.63 0.40 0.06 337.5 0.84 0.64
Hex F0 58 91 0 3F 28 6 152 54 40
Octal 360 130 221 0 77 50 6 522 124 100
Binary 11110000 1011000 10010001 0 111111 101000 110 101010010 1010100 1000000

Color Harmonies of #F05891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05891

Black with #F05891

Text Example


Text Example

White with #F05891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05891; }

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

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

background-color css

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

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

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

border-color css

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

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

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