#F282C7

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

Shades of Tea Rose #F282C7

Tints of Tea Rose #F282C7

Color information

#F282C7 (or 0xF282C7) is unknown color: approx Tea Rose. HEX triplet: F2, 82 and C7. RGB value is (242,130,199). Sum of RGB (Red+Green+Blue) = 242+130+199=571 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.38% from 571); Green value is 130 (51.17% from 255 or 22.77% from 571); Blue value is 199 (78.12% from 255 or 34.85% from 571); Max value from RGB is 242 - color contains mainly: red. Hex color #F282C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F282C7 is #0D7D38. Grayscale: #ABABAB. Windows color (decimal): -884025 or 13075186. OLE color: 13075186.

HSL color Cylindrical-coordinate representation of color #F282C7: hue angle of 323.04º 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 #F282C7 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB242130199-
CMYK00.460.180.05
HSL323.04º81.16%72.94%-
HSV(B)323.04º46.28%94.9%-
XYZ54.9138.9758.66-
YUV171.35143.61178.39-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.38%
GREEN value IS 130 (51.17% from 255) = 22.77%
BLUE value IS 199 (78.12% from 255) = 34.85%
R=42.38%
G=22.77%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213019900.460.180.05323.0481.1672.94
HexF282C702E1251435149
Octal362202307056225503121111
Binary11110010100000101100011101011101001010110100001110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F282C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F282C7; }

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

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

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

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

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

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

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

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