Html Css Color HEX #FB31AB Persian Rose

📋 copy color: '#FB31AB'

red 251 ◦ green 49 ◦ blue 171

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

Shades of Persian Rose #FB31AB

Tints of Persian Rose #FB31AB

RGB

 RED value IS 251 (98.44% from 255) = 53.29%

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

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

R = 53.29%
G = 10.4%
B = 36.31%

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

#FB31AB (or 0xFB31AB) is known color: Persian Rose. HEX triplet: FB, 31 and AB. RGB value is (251,49,171). Sum of RGB (Red+Green+Blue) = 251+49+171=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 49 (19.53% from 255 or 10.40% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FB31AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB31AB is #04CE54. Grayscale: #7B7B7B. Windows color (decimal): -314965 or 11219451. OLE color: 11219451.

HSL color Cylindrical-coordinate representation of color #FB31AB: hue angle of 323.76º degrees, saturation: 0.96, 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 #FB31AB is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 49 171 -
CMYK 0 0.80 0.32 0.02
HSL 323.76º 0.96% 0.59% -
HSV(B) 323.76º 0.8% 0.98% -
XYZ 48.23 25.65 40.94 -
YUV 123.31 154.92 219.08 -
System Red Green Blue C M Y K H S L
Decimal 251 49 171 0 0.80 0.32 0.02 323.76 0.96 0.59
Hex FB 31 AB 0 50 20 2 144 60 3B
Octal 373 61 253 0 120 40 2 504 140 73
Binary 11111011 110001 10101011 0 1010000 100000 10 101000100 1100000 111011

Color Harmonies of #FB31AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB31AB

Black with #FB31AB

Text Example


Text Example

White with #FB31AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB31AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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