Html Css Color HEX #F821A5 Persian Rose

📋 copy color: '#F821A5'

red 248 ◦ green 33 ◦ blue 165

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

Shades of Persian Rose #F821A5

Tints of Persian Rose #F821A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37%

R = 55.61%
G = 7.4%
B = 37%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.33

 K value IS 0.03

RGB Variations

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

Color information

#F821A5 (or 0xF821A5) is known color: Persian Rose. HEX triplet: F8, 21 and A5. RGB value is (248,33,165). Sum of RGB (Red+Green+Blue) = 248+33+165=446 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.61% from 446); Green value is 33 (13.28% from 255 or 7.40% from 446); Blue value is 165 (64.84% from 255 or 37.00% from 446); Max value from RGB is 248 - color contains mainly: red. Hex color #F821A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F821A5 is #07DE5A. Grayscale: #707070. Windows color (decimal): -515675 or 10822136. OLE color: 10822136.

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

Color convert

RGB 248 33 165 -
CMYK 0 0.87 0.33 0.03
HSL 323.16º 0.94% 0.55% -
HSV(B) 323.16º 0.87% 0.97% -
XYZ 46.05 23.76 37.76 -
YUV 112.33 157.73 224.77 -
System Red Green Blue C M Y K H S L
Decimal 248 33 165 0 0.87 0.33 0.03 323.16 0.94 0.55
Hex F8 21 A5 0 57 21 3 143 5E 37
Octal 370 41 245 0 127 41 3 503 136 67
Binary 11111000 100001 10100101 0 1010111 100001 11 101000011 1011110 110111

Color Harmonies of #F821A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F821A5

Black with #F821A5

Text Example


Text Example

White with #F821A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F821A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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