Html Css Color HEX #F682CE Tea Rose

📋 copy color: '#F682CE'

red 246 ◦ green 130 ◦ blue 206

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

Shades of Tea Rose #F682CE

Tints of Tea Rose #F682CE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.34%

 BLUE value IS 206 (80.86% from 255) = 35.4%

R = 42.27%
G = 22.34%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F682CE (or 0xF682CE) is known color: Tea Rose. HEX triplet: F6, 82 and CE. RGB value is (246,130,206). Sum of RGB (Red+Green+Blue) = 246+130+206=582 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.27% from 582); Green value is 130 (51.17% from 255 or 22.34% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 246 - color contains mainly: red. Hex color #F682CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F682CE is #097D31. Grayscale: #ADADAD. Windows color (decimal): -621874 or 13533942. OLE color: 13533942.

HSL color Cylindrical-coordinate representation of color #F682CE: hue angle of 320.69º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F682CE is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 130 206 -
CMYK 0 0.47 0.16 0.04
HSL 320.69º 0.87% 0.74% -
HSV(B) 320.69º 0.47% 0.96% -
XYZ 57.13 40.01 63.11 -
YUV 173.35 146.43 179.82 -
System Red Green Blue C M Y K H S L
Decimal 246 130 206 0 0.47 0.16 0.04 320.69 0.87 0.74
Hex F6 82 CE 0 2F 10 4 141 57 4A
Octal 366 202 316 0 57 20 4 501 127 112
Binary 11110110 10000010 11001110 0 101111 10000 100 101000001 1010111 1001010

Color Harmonies of #F682CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F682CE

Black with #F682CE

Text Example


Text Example

White with #F682CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F682CE; }

 p { color: rgb(246,130,206); }

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

background-color css

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

 a { background-color: rgb(246,130,206); }

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

border-color css

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

 span { border-color: rgb(246,130,206); }

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