#F182C2

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

Shades of Tea Rose #F182C2

Tints of Tea Rose #F182C2

Color information

#F182C2 (or 0xF182C2) is unknown color: approx Tea Rose. HEX triplet: F1, 82 and C2. RGB value is (241,130,194). Sum of RGB (Red+Green+Blue) = 241+130+194=565 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.65% from 565); Green value is 130 (51.17% from 255 or 23.01% from 565); Blue value is 194 (76.17% from 255 or 34.34% from 565); Max value from RGB is 241 - color contains mainly: red. Hex color #F182C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F182C2 is #0E7D3D. Grayscale: #AAAAAA. Windows color (decimal): -949566 or 12747505. OLE color: 12747505.

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

Color convert

RGB241130194-
CMYK00.460.200.05
HSL325.41º79.86%72.75%-
HSV(B)325.41º46.06%94.51%-
XYZ5438.5655.64-
YUV170.48141.27178.3-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.65%
GREEN value IS 130 (51.17% from 255) = 23.01%
BLUE value IS 194 (76.17% from 255) = 34.34%
R=42.65%
G=23.01%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113019400.460.200.05325.4179.8672.75
HexF182C202E1451455049
Octal361202302056245505120111
Binary11110001100000101100001001011101010010110100010110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F182C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F182C2; }

 p { color: rgb(241,130,194); }

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

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

 a { background-color: rgb(241,130,194); }

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

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

 span { border-color: rgb(241,130,194); }

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