#F67FC2

Color #F67FC2 Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #F67FC2

Tints of Tea Rose #F67FC2

Color information

#F67FC2 (or 0xF67FC2) is unknown color: approx Tea Rose. HEX triplet: F6, 7F and C2. RGB value is (246,127,194). Sum of RGB (Red+Green+Blue) = 246+127+194=567 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.39% from 567); Green value is 127 (50% from 255 or 22.40% from 567); Blue value is 194 (76.17% from 255 or 34.22% from 567); Max value from RGB is 246 - color contains mainly: red. Hex color #F67FC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67FC2 is #09803D. Grayscale: #AAAAAA. Windows color (decimal): -622654 or 12746742. OLE color: 12746742.

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

Color convert

RGB246127194-
CMYK00.480.210.04
HSL326.22º86.86%73.14%-
HSV(B)326.22º48.37%96.47%-
XYZ55.3338.6755.59-
YUV170.22141.42182.05-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.39%
GREEN value IS 127 (50% from 255) = 22.40%
BLUE value IS 194 (76.17% from 255) = 34.22%
R=43.39%
G=22.40%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612719400.480.210.04326.2286.8673.14
HexF67FC20301541465749
Octal366177302060254506127111
Binary1111011011111111100001001100001010110010100011010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67FC2; }

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

 H1.HeaderClassName
 {
   color: #F67FC2;
 }
 .AnyTagClassName
 {
   color: #F67FC2;
 }
</style>
background-color css

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

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

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

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

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

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