Html Css Color HEX #FB27AB Persian Rose

📋 copy color: '#FB27AB'

red 251 ◦ green 39 ◦ blue 171

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

Shades of Persian Rose #FB27AB

Tints of Persian Rose #FB27AB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.46%

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

R = 54.45%
G = 8.46%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FB27AB (or 0xFB27AB) is known color: Persian Rose. HEX triplet: FB, 27 and AB. RGB value is (251,39,171). Sum of RGB (Red+Green+Blue) = 251+39+171=461 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.45% from 461); Green value is 39 (15.62% from 255 or 8.46% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 251 - color contains mainly: red. Hex color #FB27AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB27AB is #04D854. Grayscale: #757575. Windows color (decimal): -317525 or 11216891. OLE color: 11216891.

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

Color convert

RGB 251 39 171 -
CMYK 0 0.84 0.32 0.02
HSL 322.64º 0.96% 0.57% -
HSV(B) 322.64º 0.84% 0.98% -
XYZ 47.86 24.9 40.81 -
YUV 117.44 158.24 223.27 -
System Red Green Blue C M Y K H S L
Decimal 251 39 171 0 0.84 0.32 0.02 322.64 0.96 0.57
Hex FB 27 AB 0 54 20 2 143 60 39
Octal 373 47 253 0 124 40 2 503 140 71
Binary 11111011 100111 10101011 0 1010100 100000 10 101000011 1100000 111001

Color Harmonies of #FB27AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB27AB

Black with #FB27AB

Text Example


Text Example

White with #FB27AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB27AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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