Html Css Color HEX #F681D0 Tea Rose

📋 copy color: '#F681D0'

red 246 ◦ green 129 ◦ blue 208

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

Shades of Tea Rose #F681D0

Tints of Tea Rose #F681D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.68%

R = 42.2%
G = 22.13%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F681D0 (or 0xF681D0) is known color: Tea Rose. HEX triplet: F6, 81 and D0. RGB value is (246,129,208). Sum of RGB (Red+Green+Blue) = 246+129+208=583 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.20% from 583); Green value is 129 (50.78% from 255 or 22.13% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 246 - color contains mainly: red. Hex color #F681D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F681D0 is #097E2F. Grayscale: #ACACAC. Windows color (decimal): -622128 or 13664758. OLE color: 13664758.

HSL color Cylindrical-coordinate representation of color #F681D0: hue angle of 319.49º 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 #F681D0 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 129 208 -
CMYK 0 0.48 0.15 0.04
HSL 319.49º 0.87% 0.74% -
HSV(B) 319.49º 0.48% 0.96% -
XYZ 57.24 39.85 64.35 -
YUV 172.99 147.76 180.08 -
System Red Green Blue C M Y K H S L
Decimal 246 129 208 0 0.48 0.15 0.04 319.49 0.87 0.74
Hex F6 81 D0 0 30 F 4 13F 57 4A
Octal 366 201 320 0 60 17 4 477 127 112
Binary 11110110 10000001 11010000 0 110000 1111 100 100111111 1010111 1001010

Color Harmonies of #F681D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F681D0

Black with #F681D0

Text Example


Text Example

White with #F681D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F681D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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