Html Css Color HEX #FB33A6 Persian Rose

📋 copy color: '#FB33A6'

red 251 ◦ green 51 ◦ blue 166

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

Shades of Persian Rose #FB33A6

Tints of Persian Rose #FB33A6

RGB

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

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

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

R = 53.63%
G = 10.9%
B = 35.47%

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

#FB33A6 (or 0xFB33A6) is known color: Persian Rose. HEX triplet: FB, 33 and A6. RGB value is (251,51,166). Sum of RGB (Red+Green+Blue) = 251+51+166=468 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.63% from 468); Green value is 51 (20.31% from 255 or 10.90% from 468); Blue value is 166 (65.23% from 255 or 35.47% from 468); Max value from RGB is 251 - color contains mainly: red. Hex color #FB33A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB33A6 is #04CC59. Grayscale: #7B7B7B. Windows color (decimal): -314458 or 10892283. OLE color: 10892283.

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

Color convert

RGB 251 51 166 -
CMYK 0 0.80 0.34 0.02
HSL 325.5º 0.96% 0.59% -
HSV(B) 325.5º 0.8% 0.98% -
XYZ 47.85 25.63 38.5 -
YUV 123.91 151.76 218.65 -
System Red Green Blue C M Y K H S L
Decimal 251 51 166 0 0.80 0.34 0.02 325.5 0.96 0.59
Hex FB 33 A6 0 50 22 2 146 60 3B
Octal 373 63 246 0 120 42 2 506 140 73
Binary 11111011 110011 10100110 0 1010000 100010 10 101000110 1100000 111011

Color Harmonies of #FB33A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB33A6

Black with #FB33A6

Text Example


Text Example

White with #FB33A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB33A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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