Html Css Color HEX #F81BA1 Persian Rose

📋 copy color: '#F81BA1'

red 248 ◦ green 27 ◦ blue 161

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

Shades of Persian Rose #F81BA1

Tints of Persian Rose #F81BA1

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.19%

 BLUE value IS 161 (63.28% from 255) = 36.93%

R = 56.88%
G = 6.19%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.03

RGB Variations

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

Color information

#F81BA1 (or 0xF81BA1) is known color: Persian Rose. HEX triplet: F8, 1B and A1. RGB value is (248,27,161). Sum of RGB (Red+Green+Blue) = 248+27+161=436 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.88% from 436); Green value is 27 (10.94% from 255 or 6.19% from 436); Blue value is 161 (63.28% from 255 or 36.93% from 436); Max value from RGB is 248 - color contains mainly: red. Hex color #F81BA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81BA1 is #07E45E. Grayscale: #6C6C6C. Windows color (decimal): -517215 or 10558456. OLE color: 10558456.

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

Color convert

RGB 248 27 161 -
CMYK 0 0.89 0.35 0.03
HSL 323.62º 0.94% 0.54% -
HSV(B) 323.62º 0.89% 0.97% -
XYZ 45.54 23.31 35.82 -
YUV 108.36 157.72 227.6 -
System Red Green Blue C M Y K H S L
Decimal 248 27 161 0 0.89 0.35 0.03 323.62 0.94 0.54
Hex F8 1B A1 0 59 23 3 144 5E 36
Octal 370 33 241 0 131 43 3 504 136 66
Binary 11111000 11011 10100001 0 1011001 100011 11 101000100 1011110 110110

Color Harmonies of #F81BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81BA1

Black with #F81BA1

Text Example


Text Example

White with #F81BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81BA1; }

 p { color: rgb(248,27,161); }

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

background-color css

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

 a { background-color: rgb(248,27,161); }

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

border-color css

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

 span { border-color: rgb(248,27,161); }

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