Html Css Color HEX #F681C5 Tea Rose

📋 copy color: '#F681C5'

red 246 ◦ green 129 ◦ blue 197

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

Shades of Tea Rose #F681C5

Tints of Tea Rose #F681C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 34.44%

R = 43.01%
G = 22.55%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F681C5 (or 0xF681C5) is known color: Tea Rose. HEX triplet: F6, 81 and C5. RGB value is (246,129,197). Sum of RGB (Red+Green+Blue) = 246+129+197=572 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.01% from 572); Green value is 129 (50.78% from 255 or 22.55% from 572); Blue value is 197 (77.34% from 255 or 34.44% from 572); Max value from RGB is 246 - color contains mainly: red. Hex color #F681C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F681C5 is #097E3A. Grayscale: #ABABAB. Windows color (decimal): -622139 or 12943862. OLE color: 12943862.

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

Color convert

RGB 246 129 197 -
CMYK 0 0.48 0.20 0.04
HSL 325.13º 0.87% 0.74% -
HSV(B) 325.13º 0.48% 0.96% -
XYZ 55.93 39.32 57.47 -
YUV 171.74 142.26 180.97 -
System Red Green Blue C M Y K H S L
Decimal 246 129 197 0 0.48 0.20 0.04 325.13 0.87 0.74
Hex F6 81 C5 0 30 14 4 145 57 4A
Octal 366 201 305 0 60 24 4 505 127 112
Binary 11110110 10000001 11000101 0 110000 10100 100 101000101 1010111 1001010

Color Harmonies of #F681C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F681C5

Black with #F681C5

Text Example


Text Example

White with #F681C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F681C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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