Html Css Color HEX #FB33AA Persian Rose

📋 copy color: '#FB33AA'

red 251 ◦ green 51 ◦ blue 170

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

Shades of Persian Rose #FB33AA

Tints of Persian Rose #FB33AA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.81%

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

R = 53.18%
G = 10.81%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FB33AA (or 0xFB33AA) is known color: Persian Rose. HEX triplet: FB, 33 and AA. RGB value is (251,51,170). Sum of RGB (Red+Green+Blue) = 251+51+170=472 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.18% from 472); Green value is 51 (20.31% from 255 or 10.81% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 251 - color contains mainly: red. Hex color #FB33AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB33AA is #04CC55. Grayscale: #7C7C7C. Windows color (decimal): -314454 or 11154427. OLE color: 11154427.

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

Color convert

RGB 251 51 170 -
CMYK 0 0.80 0.32 0.02
HSL 324.3º 0.96% 0.59% -
HSV(B) 324.3º 0.8% 0.98% -
XYZ 48.22 25.78 40.46 -
YUV 124.37 153.76 218.32 -
System Red Green Blue C M Y K H S L
Decimal 251 51 170 0 0.80 0.32 0.02 324.3 0.96 0.59
Hex FB 33 AA 0 50 20 2 144 60 3B
Octal 373 63 252 0 120 40 2 504 140 73
Binary 11111011 110011 10101010 0 1010000 100000 10 101000100 1100000 111011

Color Harmonies of #FB33AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB33AA

Black with #FB33AA

Text Example


Text Example

White with #FB33AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB33AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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