Html Css Color HEX #F81CA2 Persian Rose

📋 copy color: '#F81CA2'

red 248 ◦ green 28 ◦ blue 162

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

Shades of Persian Rose #F81CA2

Tints of Persian Rose #F81CA2

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.39%

 BLUE value IS 162 (63.67% from 255) = 36.99%

R = 56.62%
G = 6.39%
B = 36.99%

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

#F81CA2 (or 0xF81CA2) is known color: Persian Rose. HEX triplet: F8, 1C and A2. RGB value is (248,28,162). Sum of RGB (Red+Green+Blue) = 248+28+162=438 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.62% from 438); Green value is 28 (11.33% from 255 or 6.39% from 438); Blue value is 162 (63.67% from 255 or 36.99% from 438); Max value from RGB is 248 - color contains mainly: red. Hex color #F81CA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81CA2 is #07E35D. Grayscale: #6C6C6C. Windows color (decimal): -516958 or 10624248. OLE color: 10624248.

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

Color convert

RGB 248 28 162 -
CMYK 0 0.89 0.35 0.03
HSL 323.45º 0.94% 0.54% -
HSV(B) 323.45º 0.89% 0.97% -
XYZ 45.65 23.4 36.29 -
YUV 109.06 157.89 227.1 -
System Red Green Blue C M Y K H S L
Decimal 248 28 162 0 0.89 0.35 0.03 323.45 0.94 0.54
Hex F8 1C A2 0 59 23 3 143 5E 36
Octal 370 34 242 0 131 43 3 503 136 66
Binary 11111000 11100 10100010 0 1011001 100011 11 101000011 1011110 110110

Color Harmonies of #F81CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81CA2

Black with #F81CA2

Text Example


Text Example

White with #F81CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81CA2; }

 p { color: rgb(248,28,162); }

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

background-color css

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

 a { background-color: rgb(248,28,162); }

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

border-color css

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

 span { border-color: rgb(248,28,162); }

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