Html Css Color HEX #F67FC8 Tea Rose

📋 copy color: '#F67FC8'

red 246 ◦ green 127 ◦ blue 200

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

Shades of Tea Rose #F67FC8

Tints of Tea Rose #F67FC8

RGB

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

 GREEN value IS 127 (50% from 255) = 22.16%

 BLUE value IS 200 (78.52% from 255) = 34.9%

R = 42.93%
G = 22.16%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.04

RGB Variations

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

Color information

#F67FC8 (or 0xF67FC8) is known color: Tea Rose. HEX triplet: F6, 7F and C8. RGB value is (246,127,200). Sum of RGB (Red+Green+Blue) = 246+127+200=573 (75% of max value = 765). Red value is 246 (96.48% from 255 or 42.93% from 573); Green value is 127 (50% from 255 or 22.16% from 573); Blue value is 200 (78.52% from 255 or 34.90% from 573); Max value from RGB is 246 - color contains mainly: red. Hex color #F67FC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67FC8 is #098037. Grayscale: #AAAAAA. Windows color (decimal): -622648 or 13139958. OLE color: 13139958.

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

Color convert

RGB 246 127 200 -
CMYK 0 0.48 0.19 0.04
HSL 323.19º 0.87% 0.73% -
HSV(B) 323.19º 0.48% 0.96% -
XYZ 56.02 38.94 59.21 -
YUV 170.9 144.42 181.56 -
System Red Green Blue C M Y K H S L
Decimal 246 127 200 0 0.48 0.19 0.04 323.19 0.87 0.73
Hex F6 7F C8 0 30 13 4 143 57 49
Octal 366 177 310 0 60 23 4 503 127 111
Binary 11110110 1111111 11001000 0 110000 10011 100 101000011 1010111 1001001

Color Harmonies of #F67FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67FC8

Black with #F67FC8

Text Example


Text Example

White with #F67FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67FC8; }

 p { color: rgb(246,127,200); }

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

background-color css

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

 a { background-color: rgb(246,127,200); }

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

border-color css

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

 span { border-color: rgb(246,127,200); }

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