Html Css Color HEX #F081CE Tea Rose

📋 copy color: '#F081CE'

red 240 ◦ green 129 ◦ blue 206

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

Shades of Tea Rose #F081CE

Tints of Tea Rose #F081CE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.43%

 BLUE value IS 206 (80.86% from 255) = 35.83%

R = 41.74%
G = 22.43%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F081CE (or 0xF081CE) is known color: Tea Rose. HEX triplet: F0, 81 and CE. RGB value is (240,129,206). Sum of RGB (Red+Green+Blue) = 240+129+206=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 129 (50.78% from 255 or 22.43% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 240 - color contains mainly: red. Hex color #F081CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F081CE is #0F7E31. Grayscale: #AAAAAA. Windows color (decimal): -1015346 or 13533680. OLE color: 13533680.

HSL color Cylindrical-coordinate representation of color #F081CE: hue angle of 318.38º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F081CE is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 129 206 -
CMYK 0 0.46 0.14 0.06
HSL 318.38º 0.79% 0.72% -
HSV(B) 318.38º 0.46% 0.94% -
XYZ 54.93 38.68 62.96 -
YUV 170.97 147.77 177.24 -
System Red Green Blue C M Y K H S L
Decimal 240 129 206 0 0.46 0.14 0.06 318.38 0.79 0.72
Hex F0 81 CE 0 2E E 6 13E 4F 48
Octal 360 201 316 0 56 16 6 476 117 110
Binary 11110000 10000001 11001110 0 101110 1110 110 100111110 1001111 1001000

Color Harmonies of #F081CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F081CE

Black with #F081CE

Text Example


Text Example

White with #F081CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F081CE; }

 p { color: rgb(240,129,206); }

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

background-color css

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

 a { background-color: rgb(240,129,206); }

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

border-color css

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

 span { border-color: rgb(240,129,206); }

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