#F284C3

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

Shades of Tea Rose #F284C3

Tints of Tea Rose #F284C3

Color information

#F284C3 (or 0xF284C3) is unknown color: approx Tea Rose. HEX triplet: F2, 84 and C3. RGB value is (242,132,195). Sum of RGB (Red+Green+Blue) = 242+132+195=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 132 (51.95% from 255 or 23.20% from 569); Blue value is 195 (76.56% from 255 or 34.27% from 569); Max value from RGB is 242 - color contains mainly: red. Hex color #F284C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F284C3 is #0D7B3C. Grayscale: #ABABAB. Windows color (decimal): -883517 or 12813554. OLE color: 12813554.

HSL color Cylindrical-coordinate representation of color #F284C3: hue angle of 325.64º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F284C3 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB242132195-
CMYK00.450.190.05
HSL325.64º80.88%73.33%-
HSV(B)325.64º45.45%94.9%-
XYZ54.7239.3256.34-
YUV172.07140.94177.88-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.53%
GREEN value IS 132 (51.95% from 255) = 23.20%
BLUE value IS 195 (76.56% from 255) = 34.27%
R=42.53%
G=23.20%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213219500.450.190.05325.6480.8873.33
HexF284C302D1351465149
Octal362204303055235506121111
Binary11110010100001001100001101011011001110110100011010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F284C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F284C3; }

 p { color: rgb(242,132,195); }

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

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

 a { background-color: rgb(242,132,195); }

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

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

 span { border-color: rgb(242,132,195); }

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