Html Css Color HEX #FB1AA0 Persian Rose

📋 copy color: '#FB1AA0'

red 251 ◦ green 26 ◦ blue 160

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

Shades of Persian Rose #FB1AA0

Tints of Persian Rose #FB1AA0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.95%

 BLUE value IS 160 (62.89% from 255) = 36.61%

R = 57.44%
G = 5.95%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FB1AA0 (or 0xFB1AA0) is known color: Persian Rose. HEX triplet: FB, 1A and A0. RGB value is (251,26,160). Sum of RGB (Red+Green+Blue) = 251+26+160=437 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.44% from 437); Green value is 26 (10.55% from 255 or 5.95% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1AA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB1AA0 is #04E55F. Grayscale: #6C6C6C. Windows color (decimal): -320864 or 10492667. OLE color: 10492667.

HSL color Cylindrical-coordinate representation of color #FB1AA0: hue angle of 324.27º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB1AA0 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 26 160 -
CMYK 0 0.90 0.36 0.02
HSL 324.27º 0.97% 0.54% -
HSV(B) 324.27º 0.9% 0.98% -
XYZ 46.5 23.79 35.4 -
YUV 108.55 157.04 229.6 -
System Red Green Blue C M Y K H S L
Decimal 251 26 160 0 0.90 0.36 0.02 324.27 0.97 0.54
Hex FB 1A A0 0 5A 24 2 144 61 36
Octal 373 32 240 0 132 44 2 504 141 66
Binary 11111011 11010 10100000 0 1011010 100100 10 101000100 1100001 110110

Color Harmonies of #FB1AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1AA0

Black with #FB1AA0

Text Example


Text Example

White with #FB1AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1AA0; }

 p { color: rgb(251,26,160); }

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

background-color css

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

 a { background-color: rgb(251,26,160); }

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

border-color css

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

 span { border-color: rgb(251,26,160); }

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