Html Css Color HEX #FB28AC Persian Rose

📋 copy color: '#FB28AC'

red 251 ◦ green 40 ◦ blue 172

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

Shades of Persian Rose #FB28AC

Tints of Persian Rose #FB28AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.15%

R = 54.21%
G = 8.64%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FB28AC (or 0xFB28AC) is known color: Persian Rose. HEX triplet: FB, 28 and AC. RGB value is (251,40,172). Sum of RGB (Red+Green+Blue) = 251+40+172=463 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.21% from 463); Green value is 40 (16.02% from 255 or 8.64% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 251 - color contains mainly: red. Hex color #FB28AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB28AC is #04D753. Grayscale: #757575. Windows color (decimal): -317268 or 11282683. OLE color: 11282683.

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

Color convert

RGB 251 40 172 -
CMYK 0 0.84 0.31 0.02
HSL 322.46º 0.96% 0.57% -
HSV(B) 322.46º 0.84% 0.98% -
XYZ 47.99 25.01 41.33 -
YUV 118.14 158.4 222.77 -
System Red Green Blue C M Y K H S L
Decimal 251 40 172 0 0.84 0.31 0.02 322.46 0.96 0.57
Hex FB 28 AC 0 54 1F 2 142 60 39
Octal 373 50 254 0 124 37 2 502 140 71
Binary 11111011 101000 10101100 0 1010100 11111 10 101000010 1100000 111001

Color Harmonies of #FB28AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB28AC

Black with #FB28AC

Text Example


Text Example

White with #FB28AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB28AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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