Html Css Color HEX #F681D1 Tea Rose

📋 copy color: '#F681D1'

red 246 ◦ green 129 ◦ blue 209

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

Shades of Tea Rose #F681D1

Tints of Tea Rose #F681D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 35.79%

R = 42.12%
G = 22.09%
B = 35.79%

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

#F681D1 (or 0xF681D1) is known color: Tea Rose. HEX triplet: F6, 81 and D1. RGB value is (246,129,209). Sum of RGB (Red+Green+Blue) = 246+129+209=584 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.12% from 584); Green value is 129 (50.78% from 255 or 22.09% from 584); Blue value is 209 (82.03% from 255 or 35.79% from 584); Max value from RGB is 246 - color contains mainly: red. Hex color #F681D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F681D1 is #097E2E. Grayscale: #ACACAC. Windows color (decimal): -622127 or 13730294. OLE color: 13730294.

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

Color convert

RGB 246 129 209 -
CMYK 0 0.48 0.15 0.04
HSL 318.97º 0.87% 0.74% -
HSV(B) 318.97º 0.48% 0.96% -
XYZ 57.36 39.9 65 -
YUV 173.1 148.26 180 -
System Red Green Blue C M Y K H S L
Decimal 246 129 209 0 0.48 0.15 0.04 318.97 0.87 0.74
Hex F6 81 D1 0 30 F 4 13F 57 4A
Octal 366 201 321 0 60 17 4 477 127 112
Binary 11110110 10000001 11010001 0 110000 1111 100 100111111 1010111 1001010

Color Harmonies of #F681D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F681D1

Black with #F681D1

Text Example


Text Example

White with #F681D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F681D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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