#F282CA

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

Shades of Tea Rose #F282CA

Tints of Tea Rose #F282CA

Color information

#F282CA (or 0xF282CA) is unknown color: approx Tea Rose. HEX triplet: F2, 82 and CA. RGB value is (242,130,202). Sum of RGB (Red+Green+Blue) = 242+130+202=574 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.16% from 574); Green value is 130 (51.17% from 255 or 22.65% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 242 - color contains mainly: red. Hex color #F282CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F282CA is #0D7D35. Grayscale: #ABABAB. Windows color (decimal): -884022 or 13271794. OLE color: 13271794.

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

Color convert

RGB242130202-
CMYK00.460.170.05
HSL321.43º81.16%72.94%-
HSV(B)321.43º46.28%94.9%-
XYZ55.2639.1160.51-
YUV171.7145.11178.15-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.16%
GREEN value IS 130 (51.17% from 255) = 22.65%
BLUE value IS 202 (79.30% from 255) = 35.19%
R=42.16%
G=22.65%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213020200.460.170.05321.4381.1672.94
HexF282CA02E1151415149
Octal362202312056215501121111
Binary11110010100000101100101001011101000110110100000110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F282CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F282CA; }

 p { color: rgb(242,130,202); }

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

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

 a { background-color: rgb(242,130,202); }

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

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

 span { border-color: rgb(242,130,202); }

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