#F82198

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

Shades of Persian Rose #F82198

Tints of Persian Rose #F82198

Color information

#F82198 (or 0xF82198) is unknown color: approx Persian Rose. HEX triplet: F8, 21 and 98. RGB value is (248,33,152). Sum of RGB (Red+Green+Blue) = 248+33+152=433 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.27% from 433); Green value is 33 (13.28% from 255 or 7.62% from 433); Blue value is 152 (59.77% from 255 or 35.10% from 433); Max value from RGB is 248 - color contains mainly: red. Hex color #F82198 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82198 is #07DE67. Grayscale: #6E6E6E. Windows color (decimal): -515688 or 9970168. OLE color: 9970168.

HSL color Cylindrical-coordinate representation of color #F82198: hue angle of 326.79º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F82198 is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.03.

Color convert

RGB24833152-
CMYK00.870.390.03
HSL326.79º93.89%55.1%-
HSV(B)326.79º86.69%97.25%-
XYZ44.9223.3131.84-
YUV110.85151.23225.82-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 57.27%
GREEN value IS 33 (13.28% from 255) = 7.62%
BLUE value IS 152 (59.77% from 255) = 35.10%
R=57.27%
G=7.62%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.39
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2483315200.870.390.03326.7993.8955.1
HexF821980572731475e37
Octal37041230012747350713667
Binary111110001000011001100001010111100111111010001111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F82198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F82198; }

 p { color: rgb(248,33,152); }

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

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

 a { background-color: rgb(248,33,152); }

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

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

 span { border-color: rgb(248,33,152); }

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