Html Css Color HEX #FB36B1 Persian Rose

📋 copy color: '#FB36B1'

red 251 ◦ green 54 ◦ blue 177

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

Shades of Persian Rose #FB36B1

Tints of Persian Rose #FB36B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 36.72%

R = 52.07%
G = 11.2%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FB36B1 (or 0xFB36B1) is known color: Persian Rose. HEX triplet: FB, 36 and B1. RGB value is (251,54,177). Sum of RGB (Red+Green+Blue) = 251+54+177=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 54 (21.48% from 255 or 11.20% from 482); Blue value is 177 (69.53% from 255 or 36.72% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FB36B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB36B1 is #04C94E. Grayscale: #7E7E7E. Windows color (decimal): -313679 or 11613947. OLE color: 11613947.

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

Color convert

RGB 251 54 177 -
CMYK 0 0.78 0.29 0.02
HSL 322.54º 0.96% 0.6% -
HSV(B) 322.54º 0.78% 0.98% -
XYZ 49.04 26.32 44.09 -
YUV 126.93 156.27 216.5 -
System Red Green Blue C M Y K H S L
Decimal 251 54 177 0 0.78 0.29 0.02 322.54 0.96 0.6
Hex FB 36 B1 0 4E 1D 2 143 60 3C
Octal 373 66 261 0 116 35 2 503 140 74
Binary 11111011 110110 10110001 0 1001110 11101 10 101000011 1100000 111100

Color Harmonies of #FB36B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB36B1

Black with #FB36B1

Text Example


Text Example

White with #FB36B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB36B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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