Html Css Color HEX #FB36AB Persian Rose

📋 copy color: '#FB36AB'

red 251 ◦ green 54 ◦ blue 171

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

Shades of Persian Rose #FB36AB

Tints of Persian Rose #FB36AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.92%

R = 52.73%
G = 11.34%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FB36AB (or 0xFB36AB) is known color: Persian Rose. HEX triplet: FB, 36 and AB. RGB value is (251,54,171). Sum of RGB (Red+Green+Blue) = 251+54+171=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 54 (21.48% from 255 or 11.34% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FB36AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB36AB is #04C954. Grayscale: #7D7D7D. Windows color (decimal): -313685 or 11220731. OLE color: 11220731.

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

Color convert

RGB 251 54 171 -
CMYK 0 0.78 0.32 0.02
HSL 324.37º 0.96% 0.6% -
HSV(B) 324.37º 0.78% 0.98% -
XYZ 48.45 26.09 41.01 -
YUV 126.24 153.27 216.99 -
System Red Green Blue C M Y K H S L
Decimal 251 54 171 0 0.78 0.32 0.02 324.37 0.96 0.6
Hex FB 36 AB 0 4E 20 2 144 60 3C
Octal 373 66 253 0 116 40 2 504 140 74
Binary 11111011 110110 10101011 0 1001110 100000 10 101000100 1100000 111100

Color Harmonies of #FB36AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB36AB

Black with #FB36AB

Text Example


Text Example

White with #FB36AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB36AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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