Html Css Color HEX #F67DCE Tea Rose

📋 copy color: '#F67DCE'

red 246 ◦ green 125 ◦ blue 206

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

Shades of Tea Rose #F67DCE

Tints of Tea Rose #F67DCE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.66%

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

R = 42.63%
G = 21.66%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F67DCE (or 0xF67DCE) is known color: Tea Rose. HEX triplet: F6, 7D and CE. RGB value is (246,125,206). Sum of RGB (Red+Green+Blue) = 246+125+206=577 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.63% from 577); Green value is 125 (49.22% from 255 or 21.66% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 246 - color contains mainly: red. Hex color #F67DCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67DCE is #098231. Grayscale: #AAAAAA. Windows color (decimal): -623154 or 13532662. OLE color: 13532662.

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

Color convert

RGB 246 125 206 -
CMYK 0 0.49 0.16 0.04
HSL 319.83º 0.87% 0.73% -
HSV(B) 319.83º 0.49% 0.96% -
XYZ 56.48 38.72 62.89 -
YUV 170.41 148.09 181.91 -
System Red Green Blue C M Y K H S L
Decimal 246 125 206 0 0.49 0.16 0.04 319.83 0.87 0.73
Hex F6 7D CE 0 31 10 4 140 57 49
Octal 366 175 316 0 61 20 4 500 127 111
Binary 11110110 1111101 11001110 0 110001 10000 100 101000000 1010111 1001001

Color Harmonies of #F67DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67DCE

Black with #F67DCE

Text Example


Text Example

White with #F67DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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