Html Css Color HEX #F67DCC Tea Rose

📋 copy color: '#F67DCC'

red 246 ◦ green 125 ◦ blue 204

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

Shades of Tea Rose #F67DCC

Tints of Tea Rose #F67DCC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.74%

 BLUE value IS 204 (80.08% from 255) = 35.48%

R = 42.78%
G = 21.74%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F67DCC (or 0xF67DCC) is known color: Tea Rose. HEX triplet: F6, 7D and CC. RGB value is (246,125,204). Sum of RGB (Red+Green+Blue) = 246+125+204=575 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.78% from 575); Green value is 125 (49.22% from 255 or 21.74% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 246 - color contains mainly: red. Hex color #F67DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67DCC is #098233. Grayscale: #A9A9A9. Windows color (decimal): -623156 or 13401590. OLE color: 13401590.

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

Color convert

RGB 246 125 204 -
CMYK 0 0.49 0.17 0.04
HSL 320.83º 0.87% 0.73% -
HSV(B) 320.83º 0.49% 0.96% -
XYZ 56.24 38.62 61.62 -
YUV 170.19 147.09 182.08 -
System Red Green Blue C M Y K H S L
Decimal 246 125 204 0 0.49 0.17 0.04 320.83 0.87 0.73
Hex F6 7D CC 0 31 11 4 141 57 49
Octal 366 175 314 0 61 21 4 501 127 111
Binary 11110110 1111101 11001100 0 110001 10001 100 101000001 1010111 1001001

Color Harmonies of #F67DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67DCC

Black with #F67DCC

Text Example


Text Example

White with #F67DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67DCC; }

 p { color: rgb(246,125,204); }

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

background-color css

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

 a { background-color: rgb(246,125,204); }

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

border-color css

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

 span { border-color: rgb(246,125,204); }

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