Html Css Color HEX #F681CE Tea Rose

📋 copy color: '#F681CE'

red 246 ◦ green 129 ◦ blue 206

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

Shades of Tea Rose #F681CE

Tints of Tea Rose #F681CE

RGB

 RED value IS 246 (96.48% from 255) = 42.34%

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

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

R = 42.34%
G = 22.2%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F681CE (or 0xF681CE) is known color: Tea Rose. HEX triplet: F6, 81 and CE. RGB value is (246,129,206). Sum of RGB (Red+Green+Blue) = 246+129+206=581 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.34% from 581); Green value is 129 (50.78% from 255 or 22.20% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 246 - color contains mainly: red. Hex color #F681CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F681CE is #097E31. Grayscale: #ACACAC. Windows color (decimal): -622130 or 13533686. OLE color: 13533686.

HSL color Cylindrical-coordinate representation of color #F681CE: hue angle of 320.51º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F681CE is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 129 206 -
CMYK 0 0.48 0.16 0.04
HSL 320.51º 0.87% 0.74% -
HSV(B) 320.51º 0.48% 0.96% -
XYZ 57 39.75 63.06 -
YUV 172.76 146.76 180.24 -
System Red Green Blue C M Y K H S L
Decimal 246 129 206 0 0.48 0.16 0.04 320.51 0.87 0.74
Hex F6 81 CE 0 30 10 4 141 57 4A
Octal 366 201 316 0 60 20 4 501 127 112
Binary 11110110 10000001 11001110 0 110000 10000 100 101000001 1010111 1001010

Color Harmonies of #F681CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F681CE

Black with #F681CE

Text Example


Text Example

White with #F681CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F681CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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