Html Css Color HEX #F82FAC Persian Rose

📋 copy color: '#F82FAC'

red 248 ◦ green 47 ◦ blue 172

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

Shades of Persian Rose #F82FAC

Tints of Persian Rose #F82FAC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.06%

 BLUE value IS 172 (67.58% from 255) = 36.83%

R = 53.1%
G = 10.06%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F82FAC (or 0xF82FAC) is known color: Persian Rose. HEX triplet: F8, 2F and AC. RGB value is (248,47,172). Sum of RGB (Red+Green+Blue) = 248+47+172=467 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.10% from 467); Green value is 47 (18.75% from 255 or 10.06% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 248 - color contains mainly: red. Hex color #F82FAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82FAC is #07D053. Grayscale: #797979. Windows color (decimal): -512084 or 11284472. OLE color: 11284472.

HSL color Cylindrical-coordinate representation of color #F82FAC: hue angle of 322.69º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F82FAC is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 47 172 -
CMYK 0 0.81 0.31 0.03
HSL 322.69º 0.93% 0.58% -
HSV(B) 322.69º 0.81% 0.97% -
XYZ 47.17 24.97 41.36 -
YUV 121.35 156.59 218.34 -
System Red Green Blue C M Y K H S L
Decimal 248 47 172 0 0.81 0.31 0.03 322.69 0.93 0.58
Hex F8 2F AC 0 51 1F 3 143 5D 3A
Octal 370 57 254 0 121 37 3 503 135 72
Binary 11111000 101111 10101100 0 1010001 11111 11 101000011 1011101 111010

Color Harmonies of #F82FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82FAC

Black with #F82FAC

Text Example


Text Example

White with #F82FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82FAC; }

 p { color: rgb(248,47,172); }

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

background-color css

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

 a { background-color: rgb(248,47,172); }

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

border-color css

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

 span { border-color: rgb(248,47,172); }

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