Html Css Color HEX #F05086 French Rose

📋 copy color: '#F05086'

red 240 ◦ green 80 ◦ blue 134

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

Shades of French Rose #F05086

Tints of French Rose #F05086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 29.52%

R = 52.86%
G = 17.62%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F05086 (or 0xF05086) is known color: French Rose. HEX triplet: F0, 50 and 86. RGB value is (240,80,134). Sum of RGB (Red+Green+Blue) = 240+80+134=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 134 (52.73% from 255 or 29.52% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F05086 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05086 is #0FAF79. Grayscale: #858585. Windows color (decimal): -1027962 or 8802544. OLE color: 8802544.

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

Color convert

RGB 240 80 134 -
CMYK 0 0.67 0.44 0.06
HSL 339.75º 0.84% 0.63% -
HSV(B) 339.75º 0.67% 0.94% -
XYZ 43.11 25.98 25.3 -
YUV 134 128.01 203.61 -
System Red Green Blue C M Y K H S L
Decimal 240 80 134 0 0.67 0.44 0.06 339.75 0.84 0.63
Hex F0 50 86 0 43 2C 6 154 54 3F
Octal 360 120 206 0 103 54 6 524 124 77
Binary 11110000 1010000 10000110 0 1000011 101100 110 101010100 1010100 111111

Color Harmonies of #F05086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05086

Black with #F05086

Text Example


Text Example

White with #F05086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05086; }

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

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

background-color css

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

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

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

border-color css

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

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

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