Html Css Color HEX #F82199 Persian Rose

📋 copy color: '#F82199'

red 248 ◦ green 33 ◦ blue 153

#F82199
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Rose #F82199

Tints of Persian Rose #F82199

RGB

 RED value IS 248 (97.27% from 255) = 57.14%

 GREEN value IS 33 (13.28% from 255) = 7.6%

 BLUE value IS 153 (60.16% from 255) = 35.25%

R = 57.14%
G = 7.6%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#F82199 (or 0xF82199) is known color: Persian Rose. HEX triplet: F8, 21 and 99. RGB value is (248,33,153). Sum of RGB (Red+Green+Blue) = 248+33+153=434 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.14% from 434); Green value is 33 (13.28% from 255 or 7.60% from 434); Blue value is 153 (60.16% from 255 or 35.25% from 434); Max value from RGB is 248 - color contains mainly: red. Hex color #F82199 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82199 is #07DE66. Grayscale: #6E6E6E. Windows color (decimal): -515687 or 10035704. OLE color: 10035704.

HSL color Cylindrical-coordinate representation of color #F82199: hue angle of 326.51º 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 #F82199 is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 33 153 -
CMYK 0 0.87 0.38 0.03
HSL 326.51º 0.94% 0.55% -
HSV(B) 326.51º 0.87% 0.97% -
XYZ 45.01 23.34 32.27 -
YUV 110.97 151.73 225.74 -
System Red Green Blue C M Y K H S L
Decimal 248 33 153 0 0.87 0.38 0.03 326.51 0.94 0.55
Hex F8 21 99 0 57 26 3 147 5E 37
Octal 370 41 231 0 127 46 3 507 136 67
Binary 11111000 100001 10011001 0 1010111 100110 11 101000111 1011110 110111

Color Harmonies of #F82199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82199

Black with #F82199

Text Example


Text Example

White with #F82199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82199; }

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

 H1.HeaderClassName
 {
   color: #F82199;
 }
 .AnyTagClassName
 {
   color: #F82199;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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