Html Css Color HEX #F67ED2 Tea Rose

📋 copy color: '#F67ED2'

red 246 ◦ green 126 ◦ blue 210

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

Shades of Tea Rose #F67ED2

Tints of Tea Rose #F67ED2

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.65%

 BLUE value IS 210 (82.42% from 255) = 36.08%

R = 42.27%
G = 21.65%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F67ED2 (or 0xF67ED2) is known color: Tea Rose. HEX triplet: F6, 7E and D2. RGB value is (246,126,210). Sum of RGB (Red+Green+Blue) = 246+126+210=582 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.27% from 582); Green value is 126 (49.61% from 255 or 21.65% from 582); Blue value is 210 (82.42% from 255 or 36.08% from 582); Max value from RGB is 246 - color contains mainly: red. Hex color #F67ED2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67ED2 is #09812D. Grayscale: #ABABAB. Windows color (decimal): -622894 or 13795062. OLE color: 13795062.

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

Color convert

RGB 246 126 210 -
CMYK 0 0.49 0.15 0.04
HSL 318º 0.87% 0.73% -
HSV(B) 318º 0.49% 0.96% -
XYZ 57.1 39.17 65.52 -
YUV 171.46 149.76 181.17 -
System Red Green Blue C M Y K H S L
Decimal 246 126 210 0 0.49 0.15 0.04 318 0.87 0.73
Hex F6 7E D2 0 31 F 4 13E 57 49
Octal 366 176 322 0 61 17 4 476 127 111
Binary 11110110 1111110 11010010 0 110001 1111 100 100111110 1010111 1001001

Color Harmonies of #F67ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67ED2

Black with #F67ED2

Text Example


Text Example

White with #F67ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67ED2; }

 p { color: rgb(246,126,210); }

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

background-color css

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

 a { background-color: rgb(246,126,210); }

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

border-color css

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

 span { border-color: rgb(246,126,210); }

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