Html Css Color HEX #F67ED1 Tea Rose

📋 copy color: '#F67ED1'

red 246 ◦ green 126 ◦ blue 209

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

Shades of Tea Rose #F67ED1

Tints of Tea Rose #F67ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 35.97%

R = 42.34%
G = 21.69%
B = 35.97%

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

#F67ED1 (or 0xF67ED1) is known color: Tea Rose. HEX triplet: F6, 7E and D1. RGB value is (246,126,209). Sum of RGB (Red+Green+Blue) = 246+126+209=581 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.34% from 581); Green value is 126 (49.61% from 255 or 21.69% from 581); Blue value is 209 (82.03% from 255 or 35.97% from 581); Max value from RGB is 246 - color contains mainly: red. Hex color #F67ED1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67ED1 is #09812E. Grayscale: #ABABAB. Windows color (decimal): -622895 or 13729526. OLE color: 13729526.

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

Color convert

RGB 246 126 209 -
CMYK 0 0.49 0.15 0.04
HSL 318.5º 0.87% 0.73% -
HSV(B) 318.5º 0.49% 0.96% -
XYZ 56.98 39.12 64.87 -
YUV 171.34 149.26 181.25 -
System Red Green Blue C M Y K H S L
Decimal 246 126 209 0 0.49 0.15 0.04 318.5 0.87 0.73
Hex F6 7E D1 0 31 F 4 13E 57 49
Octal 366 176 321 0 61 17 4 476 127 111
Binary 11110110 1111110 11010001 0 110001 1111 100 100111110 1010111 1001001

Color Harmonies of #F67ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67ED1

Black with #F67ED1

Text Example


Text Example

White with #F67ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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