Html Css Color HEX #F8219F Persian Rose

📋 copy color: '#F8219F'

red 248 ◦ green 33 ◦ blue 159

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

Shades of Persian Rose #F8219F

Tints of Persian Rose #F8219F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.14%

R = 56.36%
G = 7.5%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.36

 K value IS 0.03

RGB Variations

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

Color information

#F8219F (or 0xF8219F) is known color: Persian Rose. HEX triplet: F8, 21 and 9F. RGB value is (248,33,159). Sum of RGB (Red+Green+Blue) = 248+33+159=440 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.36% from 440); Green value is 33 (13.28% from 255 or 7.5% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 248 - color contains mainly: red. Hex color #F8219F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8219F is #07DE60. Grayscale: #6F6F6F. Windows color (decimal): -515681 or 10428920. OLE color: 10428920.

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

Color convert

RGB 248 33 159 -
CMYK 0 0.87 0.36 0.03
HSL 324.84º 0.94% 0.55% -
HSV(B) 324.84º 0.87% 0.97% -
XYZ 45.51 23.55 34.95 -
YUV 111.65 154.73 225.25 -
System Red Green Blue C M Y K H S L
Decimal 248 33 159 0 0.87 0.36 0.03 324.84 0.94 0.55
Hex F8 21 9F 0 57 24 3 145 5E 37
Octal 370 41 237 0 127 44 3 505 136 67
Binary 11111000 100001 10011111 0 1010111 100100 11 101000101 1011110 110111

Color Harmonies of #F8219F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8219F

Black with #F8219F

Text Example


Text Example

White with #F8219F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8219F; }

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

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

background-color css

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

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

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

border-color css

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

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

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