Html Css Color HEX #FB2AAB Persian Rose

📋 copy color: '#FB2AAB'

red 251 ◦ green 42 ◦ blue 171

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

Shades of Persian Rose #FB2AAB

Tints of Persian Rose #FB2AAB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.05%

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

R = 54.09%
G = 9.05%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FB2AAB (or 0xFB2AAB) is known color: Persian Rose. HEX triplet: FB, 2A and AB. RGB value is (251,42,171). Sum of RGB (Red+Green+Blue) = 251+42+171=464 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.09% from 464); Green value is 42 (16.80% from 255 or 9.05% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2AAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2AAB is #04D554. Grayscale: #767676. Windows color (decimal): -316757 or 11217659. OLE color: 11217659.

HSL color Cylindrical-coordinate representation of color #FB2AAB: hue angle of 322.97º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB2AAB is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 42 171 -
CMYK 0 0.83 0.32 0.02
HSL 322.97º 0.96% 0.57% -
HSV(B) 322.97º 0.83% 0.98% -
XYZ 47.96 25.11 40.85 -
YUV 119.2 157.24 222.01 -
System Red Green Blue C M Y K H S L
Decimal 251 42 171 0 0.83 0.32 0.02 322.97 0.96 0.57
Hex FB 2A AB 0 53 20 2 143 60 39
Octal 373 52 253 0 123 40 2 503 140 71
Binary 11111011 101010 10101011 0 1010011 100000 10 101000011 1100000 111001

Color Harmonies of #FB2AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2AAB

Black with #FB2AAB

Text Example


Text Example

White with #FB2AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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