Html Css Color HEX #F682CB Tea Rose

📋 copy color: '#F682CB'

red 246 ◦ green 130 ◦ blue 203

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

Shades of Tea Rose #F682CB

Tints of Tea Rose #F682CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.06%

R = 42.49%
G = 22.45%
B = 35.06%

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

#F682CB (or 0xF682CB) is known color: Tea Rose. HEX triplet: F6, 82 and CB. RGB value is (246,130,203). Sum of RGB (Red+Green+Blue) = 246+130+203=579 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.49% from 579); Green value is 130 (51.17% from 255 or 22.45% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 246 - color contains mainly: red. Hex color #F682CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F682CB is #097D34. Grayscale: #ACACAC. Windows color (decimal): -621877 or 13337334. OLE color: 13337334.

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

Color convert

RGB 246 130 203 -
CMYK 0 0.47 0.17 0.04
HSL 322.24º 0.87% 0.74% -
HSV(B) 322.24º 0.47% 0.96% -
XYZ 56.77 39.87 61.2 -
YUV 173.01 144.93 180.06 -
System Red Green Blue C M Y K H S L
Decimal 246 130 203 0 0.47 0.17 0.04 322.24 0.87 0.74
Hex F6 82 CB 0 2F 11 4 142 57 4A
Octal 366 202 313 0 57 21 4 502 127 112
Binary 11110110 10000010 11001011 0 101111 10001 100 101000010 1010111 1001010

Color Harmonies of #F682CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F682CB

Black with #F682CB

Text Example


Text Example

White with #F682CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F682CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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