Html Css Color HEX #F82AAA Persian Rose

📋 copy color: '#F82AAA'

red 248 ◦ green 42 ◦ blue 170

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

Shades of Persian Rose #F82AAA

Tints of Persian Rose #F82AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.96%

R = 53.91%
G = 9.13%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F82AAA (or 0xF82AAA) is known color: Persian Rose. HEX triplet: F8, 2A and AA. RGB value is (248,42,170). Sum of RGB (Red+Green+Blue) = 248+42+170=460 (60% of max value = 765). Red value is 248 (97.27% from 255 or 53.91% from 460); Green value is 42 (16.80% from 255 or 9.13% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 248 - color contains mainly: red. Hex color #F82AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82AAA is #07D555. Grayscale: #757575. Windows color (decimal): -513366 or 11152120. OLE color: 11152120.

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

Color convert

RGB 248 42 170 -
CMYK 0 0.83 0.31 0.03
HSL 322.72º 0.94% 0.57% -
HSV(B) 322.72º 0.83% 0.97% -
XYZ 46.8 24.51 40.3 -
YUV 118.19 157.25 220.59 -
System Red Green Blue C M Y K H S L
Decimal 248 42 170 0 0.83 0.31 0.03 322.72 0.94 0.57
Hex F8 2A AA 0 53 1F 3 143 5E 39
Octal 370 52 252 0 123 37 3 503 136 71
Binary 11111000 101010 10101010 0 1010011 11111 11 101000011 1011110 111001

Color Harmonies of #F82AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82AAA

Black with #F82AAA

Text Example


Text Example

White with #F82AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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