#F67FD2

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

Shades of Tea Rose #F67FD2

Tints of Tea Rose #F67FD2

Color information

#F67FD2 (or 0xF67FD2) is unknown color: approx Tea Rose. HEX triplet: F6, 7F and D2. RGB value is (246,127,210). Sum of RGB (Red+Green+Blue) = 246+127+210=583 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.20% from 583); Green value is 127 (50% from 255 or 21.78% from 583); Blue value is 210 (82.42% from 255 or 36.02% from 583); Max value from RGB is 246 - color contains mainly: red. Hex color #F67FD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67FD2 is #09802D. Grayscale: #ABABAB. Windows color (decimal): -622638 or 13795318. OLE color: 13795318.

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

Color convert

RGB246127210-
CMYK00.480.150.04
HSL318.15º86.86%73.14%-
HSV(B)318.15º48.37%96.47%-
XYZ57.2339.4265.57-
YUV172.04149.42180.75-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.20%
GREEN value IS 127 (50% from 255) = 21.78%
BLUE value IS 210 (82.42% from 255) = 36.02%
R=42.20%
G=21.78%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612721000.480.150.04318.1586.8673.14
HexF67FD2030F413e5749
Octal366177322060174476127111
Binary111101101111111110100100110000111110010011111010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67FD2; }

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

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

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

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

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

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

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

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