Html Css Color HEX #F05087 French Rose

📋 copy color: '#F05087'

red 240 ◦ green 80 ◦ blue 135

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

Shades of French Rose #F05087

Tints of French Rose #F05087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 29.67%

R = 52.75%
G = 17.58%
B = 29.67%

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

#F05087 (or 0xF05087) is known color: French Rose. HEX triplet: F0, 50 and 87. RGB value is (240,80,135). Sum of RGB (Red+Green+Blue) = 240+80+135=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 80 (31.64% from 255 or 17.58% from 455); Blue value is 135 (53.12% from 255 or 29.67% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F05087 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05087 is #0FAF78. Grayscale: #868686. Windows color (decimal): -1027961 or 8868080. OLE color: 8868080.

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

Color convert

RGB 240 80 135 -
CMYK 0 0.67 0.44 0.06
HSL 339.38º 0.84% 0.63% -
HSV(B) 339.38º 0.67% 0.94% -
XYZ 43.18 26.01 25.67 -
YUV 134.11 128.51 203.53 -
System Red Green Blue C M Y K H S L
Decimal 240 80 135 0 0.67 0.44 0.06 339.38 0.84 0.63
Hex F0 50 87 0 43 2C 6 153 54 3F
Octal 360 120 207 0 103 54 6 523 124 77
Binary 11110000 1010000 10000111 0 1000011 101100 110 101010011 1010100 111111

Color Harmonies of #F05087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05087

Black with #F05087

Text Example


Text Example

White with #F05087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05087; }

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

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

background-color css

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

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

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

border-color css

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

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

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