Html Css Color HEX #FB32A6 Persian Rose

📋 copy color: '#FB32A6'

red 251 ◦ green 50 ◦ blue 166

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

Shades of Persian Rose #FB32A6

Tints of Persian Rose #FB32A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 35.55%

R = 53.75%
G = 10.71%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FB32A6 (or 0xFB32A6) is known color: Persian Rose. HEX triplet: FB, 32 and A6. RGB value is (251,50,166). Sum of RGB (Red+Green+Blue) = 251+50+166=467 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.75% from 467); Green value is 50 (19.92% from 255 or 10.71% from 467); Blue value is 166 (65.23% from 255 or 35.55% from 467); Max value from RGB is 251 - color contains mainly: red. Hex color #FB32A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB32A6 is #04CD59. Grayscale: #7B7B7B. Windows color (decimal): -314714 or 10892027. OLE color: 10892027.

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

Color convert

RGB 251 50 166 -
CMYK 0 0.80 0.34 0.02
HSL 325.37º 0.96% 0.59% -
HSV(B) 325.37º 0.8% 0.98% -
XYZ 47.81 25.54 38.49 -
YUV 123.32 152.09 219.07 -
System Red Green Blue C M Y K H S L
Decimal 251 50 166 0 0.80 0.34 0.02 325.37 0.96 0.59
Hex FB 32 A6 0 50 22 2 145 60 3B
Octal 373 62 246 0 120 42 2 505 140 73
Binary 11111011 110010 10100110 0 1010000 100010 10 101000101 1100000 111011

Color Harmonies of #FB32A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB32A6

Black with #FB32A6

Text Example


Text Example

White with #FB32A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB32A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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