Html Css Color HEX #FB28AA Persian Rose

📋 copy color: '#FB28AA'

red 251 ◦ green 40 ◦ blue 170

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

Shades of Persian Rose #FB28AA

Tints of Persian Rose #FB28AA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.68%

 BLUE value IS 170 (66.8% from 255) = 36.88%

R = 54.45%
G = 8.68%
B = 36.88%

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

#FB28AA (or 0xFB28AA) is known color: Persian Rose. HEX triplet: FB, 28 and AA. RGB value is (251,40,170). Sum of RGB (Red+Green+Blue) = 251+40+170=461 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.45% from 461); Green value is 40 (16.02% from 255 or 8.68% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 251 - color contains mainly: red. Hex color #FB28AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB28AA is #04D755. Grayscale: #757575. Windows color (decimal): -317270 or 11151611. OLE color: 11151611.

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

Color convert

RGB 251 40 170 -
CMYK 0 0.84 0.32 0.02
HSL 323.03º 0.96% 0.57% -
HSV(B) 323.03º 0.84% 0.98% -
XYZ 47.8 24.93 40.32 -
YUV 117.91 157.4 222.93 -
System Red Green Blue C M Y K H S L
Decimal 251 40 170 0 0.84 0.32 0.02 323.03 0.96 0.57
Hex FB 28 AA 0 54 20 2 143 60 39
Octal 373 50 252 0 124 40 2 503 140 71
Binary 11111011 101000 10101010 0 1010100 100000 10 101000011 1100000 111001

Color Harmonies of #FB28AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB28AA

Black with #FB28AA

Text Example


Text Example

White with #FB28AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB28AA; }

 p { color: rgb(251,40,170); }

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

background-color css

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

 a { background-color: rgb(251,40,170); }

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

border-color css

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

 span { border-color: rgb(251,40,170); }

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