Html Css Color HEX #FB33B3 Persian Rose

📋 copy color: '#FB33B3'

red 251 ◦ green 51 ◦ blue 179

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

Shades of Persian Rose #FB33B3

Tints of Persian Rose #FB33B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.21%

R = 52.18%
G = 10.6%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FB33B3 (or 0xFB33B3) is known color: Persian Rose. HEX triplet: FB, 33 and B3. RGB value is (251,51,179). Sum of RGB (Red+Green+Blue) = 251+51+179=481 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.18% from 481); Green value is 51 (20.31% from 255 or 10.60% from 481); Blue value is 179 (70.31% from 255 or 37.21% from 481); Max value from RGB is 251 - color contains mainly: red. Hex color #FB33B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB33B3 is #04CC4C. Grayscale: #7D7D7D. Windows color (decimal): -314445 or 11744251. OLE color: 11744251.

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

Color convert

RGB 251 51 179 -
CMYK 0 0.80 0.29 0.02
HSL 321.6º 0.96% 0.59% -
HSV(B) 321.6º 0.8% 0.98% -
XYZ 49.1 26.13 45.1 -
YUV 125.39 158.26 217.59 -
System Red Green Blue C M Y K H S L
Decimal 251 51 179 0 0.80 0.29 0.02 321.6 0.96 0.59
Hex FB 33 B3 0 50 1D 2 142 60 3B
Octal 373 63 263 0 120 35 2 502 140 73
Binary 11111011 110011 10110011 0 1010000 11101 10 101000010 1100000 111011

Color Harmonies of #FB33B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB33B3

Black with #FB33B3

Text Example


Text Example

White with #FB33B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB33B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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