Html Css Color HEX #FB32AD Persian Rose

📋 copy color: '#FB32AD'

red 251 ◦ green 50 ◦ blue 173

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

Shades of Persian Rose #FB32AD

Tints of Persian Rose #FB32AD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.55%

 BLUE value IS 173 (67.97% from 255) = 36.5%

R = 52.95%
G = 10.55%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FB32AD (or 0xFB32AD) is known color: Persian Rose. HEX triplet: FB, 32 and AD. RGB value is (251,50,173). Sum of RGB (Red+Green+Blue) = 251+50+173=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 50 (19.92% from 255 or 10.55% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FB32AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB32AD is #04CD52. Grayscale: #7B7B7B. Windows color (decimal): -314707 or 11350779. OLE color: 11350779.

HSL color Cylindrical-coordinate representation of color #FB32AD: hue angle of 323.28º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB32AD is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 50 173 -
CMYK 0 0.80 0.31 0.02
HSL 323.28º 0.96% 0.59% -
HSV(B) 323.28º 0.8% 0.98% -
XYZ 48.47 25.81 41.96 -
YUV 124.12 155.59 218.5 -
System Red Green Blue C M Y K H S L
Decimal 251 50 173 0 0.80 0.31 0.02 323.28 0.96 0.59
Hex FB 32 AD 0 50 1F 2 143 60 3B
Octal 373 62 255 0 120 37 2 503 140 73
Binary 11111011 110010 10101101 0 1010000 11111 10 101000011 1100000 111011

Color Harmonies of #FB32AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB32AD

Black with #FB32AD

Text Example


Text Example

White with #FB32AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB32AD; }

 p { color: rgb(251,50,173); }

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

background-color css

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

 a { background-color: rgb(251,50,173); }

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

border-color css

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

 span { border-color: rgb(251,50,173); }

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