Html Css Color HEX #F67CC9 Tea Rose

📋 copy color: '#F67CC9'

red 246 ◦ green 124 ◦ blue 201

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

Shades of Tea Rose #F67CC9

Tints of Tea Rose #F67CC9

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.72%

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

R = 43.08%
G = 21.72%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F67CC9 (or 0xF67CC9) is known color: Tea Rose. HEX triplet: F6, 7C and C9. RGB value is (246,124,201). Sum of RGB (Red+Green+Blue) = 246+124+201=571 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.08% from 571); Green value is 124 (48.83% from 255 or 21.72% from 571); Blue value is 201 (78.91% from 255 or 35.20% from 571); Max value from RGB is 246 - color contains mainly: red. Hex color #F67CC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67CC9 is #098336. Grayscale: #A9A9A9. Windows color (decimal): -623415 or 13204726. OLE color: 13204726.

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

Color convert

RGB 246 124 201 -
CMYK 0 0.50 0.18 0.04
HSL 322.13º 0.87% 0.73% -
HSV(B) 322.13º 0.5% 0.96% -
XYZ 55.76 38.23 59.7 -
YUV 169.26 145.92 182.74 -
System Red Green Blue C M Y K H S L
Decimal 246 124 201 0 0.50 0.18 0.04 322.13 0.87 0.73
Hex F6 7C C9 0 32 12 4 142 57 49
Octal 366 174 311 0 62 22 4 502 127 111
Binary 11110110 1111100 11001001 0 110010 10010 100 101000010 1010111 1001001

Color Harmonies of #F67CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67CC9

Black with #F67CC9

Text Example


Text Example

White with #F67CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67CC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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