Html Css Color HEX #FA31AB Persian Rose

📋 copy color: '#FA31AB'

red 250 ◦ green 49 ◦ blue 171

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

Shades of Persian Rose #FA31AB

Tints of Persian Rose #FA31AB

RGB

 RED value IS 250 (98.05% from 255) = 53.19%

 GREEN value IS 49 (19.53% from 255) = 10.43%

 BLUE value IS 171 (67.19% from 255) = 36.38%

R = 53.19%
G = 10.43%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FA31AB (or 0xFA31AB) is known color: Persian Rose. HEX triplet: FA, 31 and AB. RGB value is (250,49,171). Sum of RGB (Red+Green+Blue) = 250+49+171=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 49 (19.53% from 255 or 10.43% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FA31AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA31AB is #05CE54. Grayscale: #7A7A7A. Windows color (decimal): -380501 or 11219450. OLE color: 11219450.

HSL color Cylindrical-coordinate representation of color #FA31AB: hue angle of 323.58º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA31AB is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 49 171 -
CMYK 0 0.80 0.32 0.02
HSL 323.58º 0.95% 0.59% -
HSV(B) 323.58º 0.8% 0.98% -
XYZ 47.87 25.46 40.92 -
YUV 123.01 155.09 218.58 -
System Red Green Blue C M Y K H S L
Decimal 250 49 171 0 0.80 0.32 0.02 323.58 0.95 0.59
Hex FA 31 AB 0 50 20 2 144 5F 3B
Octal 372 61 253 0 120 40 2 504 137 73
Binary 11111010 110001 10101011 0 1010000 100000 10 101000100 1011111 111011

Color Harmonies of #FA31AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA31AB

Black with #FA31AB

Text Example


Text Example

White with #FA31AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA31AB; }

 p { color: rgb(250,49,171); }

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

background-color css

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

 a { background-color: rgb(250,49,171); }

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

border-color css

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

 span { border-color: rgb(250,49,171); }

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