Html Css Color HEX #FB37B5 Persian Rose

📋 copy color: '#FB37B5'

red 251 ◦ green 55 ◦ blue 181

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

Shades of Persian Rose #FB37B5

Tints of Persian Rose #FB37B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.17%

R = 51.54%
G = 11.29%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FB37B5 (or 0xFB37B5) is known color: Persian Rose. HEX triplet: FB, 37 and B5. RGB value is (251,55,181). Sum of RGB (Red+Green+Blue) = 251+55+181=487 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.54% from 487); Green value is 55 (21.88% from 255 or 11.29% from 487); Blue value is 181 (71.09% from 255 or 37.17% from 487); Max value from RGB is 251 - color contains mainly: red. Hex color #FB37B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB37B5 is #04C84A. Grayscale: #7F7F7F. Windows color (decimal): -313419 or 11876347. OLE color: 11876347.

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

Color convert

RGB 251 55 181 -
CMYK 0 0.78 0.28 0.02
HSL 321.43º 0.96% 0.6% -
HSV(B) 321.43º 0.78% 0.98% -
XYZ 49.49 26.58 46.24 -
YUV 127.97 157.93 215.75 -
System Red Green Blue C M Y K H S L
Decimal 251 55 181 0 0.78 0.28 0.02 321.43 0.96 0.6
Hex FB 37 B5 0 4E 1C 2 141 60 3C
Octal 373 67 265 0 116 34 2 501 140 74
Binary 11111011 110111 10110101 0 1001110 11100 10 101000001 1100000 111100

Color Harmonies of #FB37B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB37B5

Black with #FB37B5

Text Example


Text Example

White with #FB37B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB37B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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