Html Css Color HEX #F05097 French Rose

📋 copy color: '#F05097'

red 240 ◦ green 80 ◦ blue 151

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

Shades of French Rose #F05097

Tints of French Rose #F05097

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.99%

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

R = 50.96%
G = 16.99%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F05097 (or 0xF05097) is known color: French Rose. HEX triplet: F0, 50 and 97. RGB value is (240,80,151). Sum of RGB (Red+Green+Blue) = 240+80+151=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 151 (59.38% from 255 or 32.06% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F05097 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05097 is #0FAF68. Grayscale: #878787. Windows color (decimal): -1027945 or 9916656. OLE color: 9916656.

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

Color convert

RGB 240 80 151 -
CMYK 0 0.67 0.37 0.06
HSL 333.38º 0.84% 0.63% -
HSV(B) 333.38º 0.67% 0.94% -
XYZ 44.39 26.5 32.05 -
YUV 135.93 136.51 202.23 -
System Red Green Blue C M Y K H S L
Decimal 240 80 151 0 0.67 0.37 0.06 333.38 0.84 0.63
Hex F0 50 97 0 43 25 6 14D 54 3F
Octal 360 120 227 0 103 45 6 515 124 77
Binary 11110000 1010000 10010111 0 1000011 100101 110 101001101 1010100 111111

Color Harmonies of #F05097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05097

Black with #F05097

Text Example


Text Example

White with #F05097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05097; }

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

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

background-color css

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

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

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

border-color css

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

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

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