Html Css Color HEX #F086C1 Tea Rose

📋 copy color: '#F086C1'

red 240 ◦ green 134 ◦ blue 193

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

Shades of Tea Rose #F086C1

Tints of Tea Rose #F086C1

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.63%

 BLUE value IS 193 (75.78% from 255) = 34.04%

R = 42.33%
G = 23.63%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F086C1 (or 0xF086C1) is known color: Tea Rose. HEX triplet: F0, 86 and C1. RGB value is (240,134,193). Sum of RGB (Red+Green+Blue) = 240+134+193=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 134 (52.73% from 255 or 23.63% from 567); Blue value is 193 (75.78% from 255 or 34.04% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F086C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F086C1 is #0F793E. Grayscale: #ACACAC. Windows color (decimal): -1014079 or 12682992. OLE color: 12682992.

HSL color Cylindrical-coordinate representation of color #F086C1: hue angle of 326.6º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F086C1 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 134 193 -
CMYK 0 0.44 0.20 0.06
HSL 326.6º 0.78% 0.73% -
HSV(B) 326.6º 0.44% 0.94% -
XYZ 54.09 39.43 55.21 -
YUV 172.42 139.62 176.2 -
System Red Green Blue C M Y K H S L
Decimal 240 134 193 0 0.44 0.20 0.06 326.6 0.78 0.73
Hex F0 86 C1 0 2C 14 6 147 4E 49
Octal 360 206 301 0 54 24 6 507 116 111
Binary 11110000 10000110 11000001 0 101100 10100 110 101000111 1001110 1001001

Color Harmonies of #F086C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F086C1

Black with #F086C1

Text Example


Text Example

White with #F086C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F086C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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