Html Css Color HEX #F05791 French Rose

📋 copy color: '#F05791'

red 240 ◦ green 87 ◦ blue 145

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

Shades of French Rose #F05791

Tints of French Rose #F05791

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.43%

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

R = 50.85%
G = 18.43%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F05791 (or 0xF05791) is known color: French Rose. HEX triplet: F0, 57 and 91. RGB value is (240,87,145). Sum of RGB (Red+Green+Blue) = 240+87+145=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 87 (34.38% from 255 or 18.43% from 472); Blue value is 145 (57.03% from 255 or 30.72% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F05791 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05791 is #0FA86E. Grayscale: #8B8B8B. Windows color (decimal): -1026159 or 9525232. OLE color: 9525232.

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

Color convert

RGB 240 87 145 -
CMYK 0 0.64 0.40 0.06
HSL 337.25º 0.84% 0.64% -
HSV(B) 337.25º 0.64% 0.94% -
XYZ 44.45 27.39 29.73 -
YUV 139.36 131.19 199.78 -
System Red Green Blue C M Y K H S L
Decimal 240 87 145 0 0.64 0.40 0.06 337.25 0.84 0.64
Hex F0 57 91 0 40 28 6 151 54 40
Octal 360 127 221 0 100 50 6 521 124 100
Binary 11110000 1010111 10010001 0 1000000 101000 110 101010001 1010100 1000000

Color Harmonies of #F05791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05791

Black with #F05791

Text Example


Text Example

White with #F05791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05791; }

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

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

background-color css

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

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

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

border-color css

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

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

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