Html Css Color HEX #F05497 French Rose

📋 copy color: '#F05497'

red 240 ◦ green 84 ◦ blue 151

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

Shades of French Rose #F05497

Tints of French Rose #F05497

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.68%

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

R = 50.53%
G = 17.68%
B = 31.79%

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

#F05497 (or 0xF05497) is known color: French Rose. HEX triplet: F0, 54 and 97. RGB value is (240,84,151). Sum of RGB (Red+Green+Blue) = 240+84+151=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 84 (33.20% from 255 or 17.68% from 475); Blue value is 151 (59.38% from 255 or 31.79% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F05497 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05497 is #0FAB68. Grayscale: #8A8A8A. Windows color (decimal): -1026921 or 9917680. OLE color: 9917680.

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

Color convert

RGB 240 84 151 -
CMYK 0 0.65 0.37 0.06
HSL 334.23º 0.84% 0.64% -
HSV(B) 334.23º 0.65% 0.94% -
XYZ 44.69 27.1 32.15 -
YUV 138.28 135.18 200.55 -
System Red Green Blue C M Y K H S L
Decimal 240 84 151 0 0.65 0.37 0.06 334.23 0.84 0.64
Hex F0 54 97 0 41 25 6 14E 54 40
Octal 360 124 227 0 101 45 6 516 124 100
Binary 11110000 1010100 10010111 0 1000001 100101 110 101001110 1010100 1000000

Color Harmonies of #F05497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05497

Black with #F05497

Text Example


Text Example

White with #F05497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05497; }

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

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

background-color css

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

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

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

border-color css

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

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

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