Html Css Color HEX #F05597 French Rose

📋 copy color: '#F05597'

red 240 ◦ green 85 ◦ blue 151

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

Shades of French Rose #F05597

Tints of French Rose #F05597

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.86%

 BLUE value IS 151 (59.38% from 255) = 31.72%

R = 50.42%
G = 17.86%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F05597 (or 0xF05597) is known color: French Rose. HEX triplet: F0, 55 and 97. RGB value is (240,85,151). Sum of RGB (Red+Green+Blue) = 240+85+151=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 85 (33.59% from 255 or 17.86% from 476); Blue value is 151 (59.38% from 255 or 31.72% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F05597 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05597 is #0FAA68. Grayscale: #8A8A8A. Windows color (decimal): -1026665 or 9917936. OLE color: 9917936.

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

Color convert

RGB 240 85 151 -
CMYK 0 0.65 0.37 0.06
HSL 334.45º 0.84% 0.64% -
HSV(B) 334.45º 0.65% 0.94% -
XYZ 44.77 27.26 32.18 -
YUV 138.87 134.85 200.13 -
System Red Green Blue C M Y K H S L
Decimal 240 85 151 0 0.65 0.37 0.06 334.45 0.84 0.64
Hex F0 55 97 0 41 25 6 14E 54 40
Octal 360 125 227 0 101 45 6 516 124 100
Binary 11110000 1010101 10010111 0 1000001 100101 110 101001110 1010100 1000000

Color Harmonies of #F05597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05597

Black with #F05597

Text Example


Text Example

White with #F05597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05597; }

 p { color: rgb(240,85,151); }

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

background-color css

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

 a { background-color: rgb(240,85,151); }

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

border-color css

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

 span { border-color: rgb(240,85,151); }

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