Html Css Color HEX #FB37AB Persian Rose

📋 copy color: '#FB37AB'

red 251 ◦ green 55 ◦ blue 171

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

Shades of Persian Rose #FB37AB

Tints of Persian Rose #FB37AB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.53%

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

R = 52.62%
G = 11.53%
B = 35.85%

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

#FB37AB (or 0xFB37AB) is known color: Persian Rose. HEX triplet: FB, 37 and AB. RGB value is (251,55,171). Sum of RGB (Red+Green+Blue) = 251+55+171=477 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.62% from 477); Green value is 55 (21.88% from 255 or 11.53% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 251 - color contains mainly: red. Hex color #FB37AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB37AB is #04C854. Grayscale: #7E7E7E. Windows color (decimal): -313429 or 11220987. OLE color: 11220987.

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

Color convert

RGB 251 55 171 -
CMYK 0 0.78 0.32 0.02
HSL 324.49º 0.96% 0.6% -
HSV(B) 324.49º 0.78% 0.98% -
XYZ 48.5 26.18 41.03 -
YUV 126.83 152.93 216.57 -
System Red Green Blue C M Y K H S L
Decimal 251 55 171 0 0.78 0.32 0.02 324.49 0.96 0.6
Hex FB 37 AB 0 4E 20 2 144 60 3C
Octal 373 67 253 0 116 40 2 504 140 74
Binary 11111011 110111 10101011 0 1001110 100000 10 101000100 1100000 111100

Color Harmonies of #FB37AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB37AB

Black with #FB37AB

Text Example


Text Example

White with #FB37AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB37AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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