Html Css Color HEX #F82AAE Persian Rose

📋 copy color: '#F82AAE'

red 248 ◦ green 42 ◦ blue 174

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

Shades of Persian Rose #F82AAE

Tints of Persian Rose #F82AAE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.05%

 BLUE value IS 174 (68.36% from 255) = 37.5%

R = 53.45%
G = 9.05%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F82AAE (or 0xF82AAE) is known color: Persian Rose. HEX triplet: F8, 2A and AE. RGB value is (248,42,174). Sum of RGB (Red+Green+Blue) = 248+42+174=464 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.45% from 464); Green value is 42 (16.80% from 255 or 9.05% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 248 - color contains mainly: red. Hex color #F82AAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82AAE is #07D551. Grayscale: #767676. Windows color (decimal): -513362 or 11414264. OLE color: 11414264.

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

Color convert

RGB 248 42 174 -
CMYK 0 0.83 0.30 0.03
HSL 321.55º 0.94% 0.57% -
HSV(B) 321.55º 0.83% 0.97% -
XYZ 47.18 24.67 42.32 -
YUV 118.64 159.25 220.27 -
System Red Green Blue C M Y K H S L
Decimal 248 42 174 0 0.83 0.30 0.03 321.55 0.94 0.57
Hex F8 2A AE 0 53 1E 3 142 5E 39
Octal 370 52 256 0 123 36 3 502 136 71
Binary 11111000 101010 10101110 0 1010011 11110 11 101000010 1011110 111001

Color Harmonies of #F82AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82AAE

Black with #F82AAE

Text Example


Text Example

White with #F82AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82AAE; }

 p { color: rgb(248,42,174); }

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

background-color css

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

 a { background-color: rgb(248,42,174); }

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

border-color css

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

 span { border-color: rgb(248,42,174); }

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