Html Css Color HEX #F682CC Tea Rose

📋 copy color: '#F682CC'

red 246 ◦ green 130 ◦ blue 204

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

Shades of Tea Rose #F682CC

Tints of Tea Rose #F682CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.17%

R = 42.41%
G = 22.41%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F682CC (or 0xF682CC) is known color: Tea Rose. HEX triplet: F6, 82 and CC. RGB value is (246,130,204). Sum of RGB (Red+Green+Blue) = 246+130+204=580 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.41% from 580); Green value is 130 (51.17% from 255 or 22.41% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 246 - color contains mainly: red. Hex color #F682CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F682CC is #097D33. Grayscale: #ACACAC. Windows color (decimal): -621876 or 13402870. OLE color: 13402870.

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

Color convert

RGB 246 130 204 -
CMYK 0 0.47 0.17 0.04
HSL 321.72º 0.87% 0.74% -
HSV(B) 321.72º 0.47% 0.96% -
XYZ 56.89 39.92 61.83 -
YUV 173.12 145.43 179.98 -
System Red Green Blue C M Y K H S L
Decimal 246 130 204 0 0.47 0.17 0.04 321.72 0.87 0.74
Hex F6 82 CC 0 2F 11 4 142 57 4A
Octal 366 202 314 0 57 21 4 502 127 112
Binary 11110110 10000010 11001100 0 101111 10001 100 101000010 1010111 1001010

Color Harmonies of #F682CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F682CC

Black with #F682CC

Text Example


Text Example

White with #F682CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F682CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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