Html Css Color HEX #FB36B0 Persian Rose

📋 copy color: '#FB36B0'

red 251 ◦ green 54 ◦ blue 176

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

Shades of Persian Rose #FB36B0

Tints of Persian Rose #FB36B0

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.23%

 BLUE value IS 176 (69.14% from 255) = 36.59%

R = 52.18%
G = 11.23%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FB36B0 (or 0xFB36B0) is known color: Persian Rose. HEX triplet: FB, 36 and B0. RGB value is (251,54,176). Sum of RGB (Red+Green+Blue) = 251+54+176=481 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.18% from 481); Green value is 54 (21.48% from 255 or 11.23% from 481); Blue value is 176 (69.14% from 255 or 36.59% from 481); Max value from RGB is 251 - color contains mainly: red. Hex color #FB36B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB36B0 is #04C94F. Grayscale: #7E7E7E. Windows color (decimal): -313680 or 11548411. OLE color: 11548411.

HSL color Cylindrical-coordinate representation of color #FB36B0: hue angle of 322.84º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FB36B0 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 54 176 -
CMYK 0 0.78 0.30 0.02
HSL 322.84º 0.96% 0.6% -
HSV(B) 322.84º 0.78% 0.98% -
XYZ 48.94 26.28 43.57 -
YUV 126.81 155.77 216.58 -
System Red Green Blue C M Y K H S L
Decimal 251 54 176 0 0.78 0.30 0.02 322.84 0.96 0.6
Hex FB 36 B0 0 4E 1E 2 143 60 3C
Octal 373 66 260 0 116 36 2 503 140 74
Binary 11111011 110110 10110000 0 1001110 11110 10 101000011 1100000 111100

Color Harmonies of #FB36B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB36B0

Black with #FB36B0

Text Example


Text Example

White with #FB36B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB36B0; }

 p { color: rgb(251,54,176); }

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

background-color css

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

 a { background-color: rgb(251,54,176); }

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

border-color css

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

 span { border-color: rgb(251,54,176); }

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