Html Css Color HEX #F681C7 Tea Rose

📋 copy color: '#F681C7'

red 246 ◦ green 129 ◦ blue 199

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

Shades of Tea Rose #F681C7

Tints of Tea Rose #F681C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 34.67%

R = 42.86%
G = 22.47%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.04

RGB Variations

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

Color information

#F681C7 (or 0xF681C7) is known color: Tea Rose. HEX triplet: F6, 81 and C7. RGB value is (246,129,199). Sum of RGB (Red+Green+Blue) = 246+129+199=574 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.86% from 574); Green value is 129 (50.78% from 255 or 22.47% from 574); Blue value is 199 (78.12% from 255 or 34.67% from 574); Max value from RGB is 246 - color contains mainly: red. Hex color #F681C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F681C7 is #097E38. Grayscale: #ABABAB. Windows color (decimal): -622137 or 13074934. OLE color: 13074934.

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

Color convert

RGB 246 129 199 -
CMYK 0 0.48 0.19 0.04
HSL 324.1º 0.87% 0.74% -
HSV(B) 324.1º 0.48% 0.96% -
XYZ 56.17 39.42 58.68 -
YUV 171.96 143.26 180.81 -
System Red Green Blue C M Y K H S L
Decimal 246 129 199 0 0.48 0.19 0.04 324.1 0.87 0.74
Hex F6 81 C7 0 30 13 4 144 57 4A
Octal 366 201 307 0 60 23 4 504 127 112
Binary 11110110 10000001 11000111 0 110000 10011 100 101000100 1010111 1001010

Color Harmonies of #F681C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F681C7

Black with #F681C7

Text Example


Text Example

White with #F681C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F681C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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