Html Css Color HEX #F681C9 Tea Rose

📋 copy color: '#F681C9'

red 246 ◦ green 129 ◦ blue 201

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

Shades of Tea Rose #F681C9

Tints of Tea Rose #F681C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.9%

R = 42.71%
G = 22.4%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F681C9 (or 0xF681C9) is known color: Tea Rose. HEX triplet: F6, 81 and C9. RGB value is (246,129,201). Sum of RGB (Red+Green+Blue) = 246+129+201=576 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.71% from 576); Green value is 129 (50.78% from 255 or 22.40% from 576); Blue value is 201 (78.91% from 255 or 34.90% from 576); Max value from RGB is 246 - color contains mainly: red. Hex color #F681C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F681C9 is #097E36. Grayscale: #ACACAC. Windows color (decimal): -622135 or 13206006. OLE color: 13206006.

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

Color convert

RGB 246 129 201 -
CMYK 0 0.48 0.18 0.04
HSL 323.08º 0.87% 0.74% -
HSV(B) 323.08º 0.48% 0.96% -
XYZ 56.4 39.51 59.91 -
YUV 172.19 144.26 180.65 -
System Red Green Blue C M Y K H S L
Decimal 246 129 201 0 0.48 0.18 0.04 323.08 0.87 0.74
Hex F6 81 C9 0 30 12 4 143 57 4A
Octal 366 201 311 0 60 22 4 503 127 112
Binary 11110110 10000001 11001001 0 110000 10010 100 101000011 1010111 1001010

Color Harmonies of #F681C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F681C9

Black with #F681C9

Text Example


Text Example

White with #F681C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F681C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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