Html Css Color HEX #F8219A Persian Rose

📋 copy color: '#F8219A'

red 248 ◦ green 33 ◦ blue 154

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

Shades of Persian Rose #F8219A

Tints of Persian Rose #F8219A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.4%

R = 57.01%
G = 7.59%
B = 35.4%

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

#F8219A (or 0xF8219A) is known color: Persian Rose. HEX triplet: F8, 21 and 9A. RGB value is (248,33,154). Sum of RGB (Red+Green+Blue) = 248+33+154=435 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.01% from 435); Green value is 33 (13.28% from 255 or 7.59% from 435); Blue value is 154 (60.55% from 255 or 35.40% from 435); Max value from RGB is 248 - color contains mainly: red. Hex color #F8219A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8219A is #07DE65. Grayscale: #6E6E6E. Windows color (decimal): -515686 or 10101240. OLE color: 10101240.

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

Color convert

RGB 248 33 154 -
CMYK 0 0.87 0.38 0.03
HSL 326.23º 0.94% 0.55% -
HSV(B) 326.23º 0.87% 0.97% -
XYZ 45.09 23.38 32.71 -
YUV 111.08 152.23 225.66 -
System Red Green Blue C M Y K H S L
Decimal 248 33 154 0 0.87 0.38 0.03 326.23 0.94 0.55
Hex F8 21 9A 0 57 26 3 146 5E 37
Octal 370 41 232 0 127 46 3 506 136 67
Binary 11111000 100001 10011010 0 1010111 100110 11 101000110 1011110 110111

Color Harmonies of #F8219A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8219A

Black with #F8219A

Text Example


Text Example

White with #F8219A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8219A; }

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

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

background-color css

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

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

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

border-color css

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

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

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