Html Css Color HEX #F05096 French Rose

📋 copy color: '#F05096'

red 240 ◦ green 80 ◦ blue 150

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

Shades of French Rose #F05096

Tints of French Rose #F05096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.91%

R = 51.06%
G = 17.02%
B = 31.91%

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

#F05096 (or 0xF05096) is known color: French Rose. HEX triplet: F0, 50 and 96. RGB value is (240,80,150). Sum of RGB (Red+Green+Blue) = 240+80+150=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 80 (31.64% from 255 or 17.02% from 470); Blue value is 150 (58.98% from 255 or 31.91% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F05096 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05096 is #0FAF69. Grayscale: #878787. Windows color (decimal): -1027946 or 9851120. OLE color: 9851120.

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

Color convert

RGB 240 80 150 -
CMYK 0 0.67 0.37 0.06
HSL 333.75º 0.84% 0.63% -
HSV(B) 333.75º 0.67% 0.94% -
XYZ 44.31 26.46 31.63 -
YUV 135.82 136.01 202.31 -
System Red Green Blue C M Y K H S L
Decimal 240 80 150 0 0.67 0.37 0.06 333.75 0.84 0.63
Hex F0 50 96 0 43 25 6 14E 54 3F
Octal 360 120 226 0 103 45 6 516 124 77
Binary 11110000 1010000 10010110 0 1000011 100101 110 101001110 1010100 111111

Color Harmonies of #F05096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05096

Black with #F05096

Text Example


Text Example

White with #F05096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05096; }

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

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

background-color css

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

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

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

border-color css

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

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

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