Html Css Color HEX #F681C2 Tea Rose

📋 copy color: '#F681C2'

red 246 ◦ green 129 ◦ blue 194

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

Shades of Tea Rose #F681C2

Tints of Tea Rose #F681C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.09%

R = 43.23%
G = 22.67%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F681C2 (or 0xF681C2) is known color: Tea Rose. HEX triplet: F6, 81 and C2. RGB value is (246,129,194). Sum of RGB (Red+Green+Blue) = 246+129+194=569 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.23% from 569); Green value is 129 (50.78% from 255 or 22.67% from 569); Blue value is 194 (76.17% from 255 or 34.09% from 569); Max value from RGB is 246 - color contains mainly: red. Hex color #F681C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F681C2 is #097E3D. Grayscale: #ABABAB. Windows color (decimal): -622142 or 12747254. OLE color: 12747254.

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

Color convert

RGB 246 129 194 -
CMYK 0 0.48 0.21 0.04
HSL 326.67º 0.87% 0.74% -
HSV(B) 326.67º 0.48% 0.96% -
XYZ 55.59 39.19 55.67 -
YUV 171.39 140.76 181.21 -
System Red Green Blue C M Y K H S L
Decimal 246 129 194 0 0.48 0.21 0.04 326.67 0.87 0.74
Hex F6 81 C2 0 30 15 4 147 57 4A
Octal 366 201 302 0 60 25 4 507 127 112
Binary 11110110 10000001 11000010 0 110000 10101 100 101000111 1010111 1001010

Color Harmonies of #F681C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F681C2

Black with #F681C2

Text Example


Text Example

White with #F681C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F681C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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