#F182C4

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

Shades of Tea Rose #F182C4

Tints of Tea Rose #F182C4

Color information

#F182C4 (or 0xF182C4) is unknown color: approx Tea Rose. HEX triplet: F1, 82 and C4. RGB value is (241,130,196). Sum of RGB (Red+Green+Blue) = 241+130+196=567 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.50% from 567); Green value is 130 (51.17% from 255 or 22.93% from 567); Blue value is 196 (76.95% from 255 or 34.57% from 567); Max value from RGB is 241 - color contains mainly: red. Hex color #F182C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F182C4 is #0E7D3B. Grayscale: #AAAAAA. Windows color (decimal): -949564 or 12878577. OLE color: 12878577.

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

Color convert

RGB241130196-
CMYK00.460.190.05
HSL324.32º79.86%72.75%-
HSV(B)324.32º46.06%94.51%-
XYZ54.2238.6556.83-
YUV170.71142.27178.13-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.50%
GREEN value IS 130 (51.17% from 255) = 22.93%
BLUE value IS 196 (76.95% from 255) = 34.57%
R=42.50%
G=22.93%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113019600.460.190.05324.3279.8672.75
HexF182C402E1351445049
Octal361202304056235504120111
Binary11110001100000101100010001011101001110110100010010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F182C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F182C4; }

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

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

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

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

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

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

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

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