Html Css Color HEX #F81FA1 Persian Rose

📋 copy color: '#F81FA1'

red 248 ◦ green 31 ◦ blue 161

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

Shades of Persian Rose #F81FA1

Tints of Persian Rose #F81FA1

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.05%

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

R = 56.36%
G = 7.05%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.03

RGB Variations

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

Color information

#F81FA1 (or 0xF81FA1) is known color: Persian Rose. HEX triplet: F8, 1F and A1. RGB value is (248,31,161). Sum of RGB (Red+Green+Blue) = 248+31+161=440 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.36% from 440); Green value is 31 (12.5% from 255 or 7.05% from 440); Blue value is 161 (63.28% from 255 or 36.59% from 440); Max value from RGB is 248 - color contains mainly: red. Hex color #F81FA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81FA1 is #07E05E. Grayscale: #6E6E6E. Windows color (decimal): -516191 or 10559480. OLE color: 10559480.

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

Color convert

RGB 248 31 161 -
CMYK 0 0.88 0.35 0.03
HSL 324.06º 0.94% 0.55% -
HSV(B) 324.06º 0.88% 0.97% -
XYZ 45.63 23.51 35.85 -
YUV 110.7 156.39 225.93 -
System Red Green Blue C M Y K H S L
Decimal 248 31 161 0 0.88 0.35 0.03 324.06 0.94 0.55
Hex F8 1F A1 0 58 23 3 144 5E 37
Octal 370 37 241 0 130 43 3 504 136 67
Binary 11111000 11111 10100001 0 1011000 100011 11 101000100 1011110 110111

Color Harmonies of #F81FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81FA1

Black with #F81FA1

Text Example


Text Example

White with #F81FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81FA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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