Html Css Color HEX #F682C9 Tea Rose

📋 copy color: '#F682C9'

red 246 ◦ green 130 ◦ blue 201

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

Shades of Tea Rose #F682C9

Tints of Tea Rose #F682C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.84%

R = 42.63%
G = 22.53%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F682C9 (or 0xF682C9) is known color: Tea Rose. HEX triplet: F6, 82 and C9. RGB value is (246,130,201). Sum of RGB (Red+Green+Blue) = 246+130+201=577 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.63% from 577); Green value is 130 (51.17% from 255 or 22.53% from 577); Blue value is 201 (78.91% from 255 or 34.84% from 577); Max value from RGB is 246 - color contains mainly: red. Hex color #F682C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F682C9 is #097D36. Grayscale: #ACACAC. Windows color (decimal): -621879 or 13206262. OLE color: 13206262.

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

Color convert

RGB 246 130 201 -
CMYK 0 0.47 0.18 0.04
HSL 323.28º 0.87% 0.74% -
HSV(B) 323.28º 0.47% 0.96% -
XYZ 56.53 39.78 59.96 -
YUV 172.78 143.93 180.23 -
System Red Green Blue C M Y K H S L
Decimal 246 130 201 0 0.47 0.18 0.04 323.28 0.87 0.74
Hex F6 82 C9 0 2F 12 4 143 57 4A
Octal 366 202 311 0 57 22 4 503 127 112
Binary 11110110 10000010 11001001 0 101111 10010 100 101000011 1010111 1001010

Color Harmonies of #F682C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F682C9

Black with #F682C9

Text Example


Text Example

White with #F682C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F682C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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