Html Css Color HEX #F67CC6 Tea Rose

📋 copy color: '#F67CC6'

red 246 ◦ green 124 ◦ blue 198

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

Shades of Tea Rose #F67CC6

Tints of Tea Rose #F67CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 34.86%

R = 43.31%
G = 21.83%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F67CC6 (or 0xF67CC6) is known color: Tea Rose. HEX triplet: F6, 7C and C6. RGB value is (246,124,198). Sum of RGB (Red+Green+Blue) = 246+124+198=568 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.31% from 568); Green value is 124 (48.83% from 255 or 21.83% from 568); Blue value is 198 (77.73% from 255 or 34.86% from 568); Max value from RGB is 246 - color contains mainly: red. Hex color #F67CC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67CC6 is #098339. Grayscale: #A8A8A8. Windows color (decimal): -623418 or 13008118. OLE color: 13008118.

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

Color convert

RGB 246 124 198 -
CMYK 0 0.50 0.20 0.04
HSL 323.61º 0.87% 0.73% -
HSV(B) 323.61º 0.5% 0.96% -
XYZ 55.41 38.09 57.86 -
YUV 168.91 144.42 182.98 -
System Red Green Blue C M Y K H S L
Decimal 246 124 198 0 0.50 0.20 0.04 323.61 0.87 0.73
Hex F6 7C C6 0 32 14 4 144 57 49
Octal 366 174 306 0 62 24 4 504 127 111
Binary 11110110 1111100 11000110 0 110010 10100 100 101000100 1010111 1001001

Color Harmonies of #F67CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67CC6

Black with #F67CC6

Text Example


Text Example

White with #F67CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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