Html Css Color HEX #FB37B0 Persian Rose

📋 copy color: '#FB37B0'

red 251 ◦ green 55 ◦ blue 176

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

Shades of Persian Rose #FB37B0

Tints of Persian Rose #FB37B0

RGB

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

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

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

R = 52.07%
G = 11.41%
B = 36.51%

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

#FB37B0 (or 0xFB37B0) is known color: Persian Rose. HEX triplet: FB, 37 and B0. RGB value is (251,55,176). Sum of RGB (Red+Green+Blue) = 251+55+176=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 55 (21.88% from 255 or 11.41% from 482); Blue value is 176 (69.14% from 255 or 36.51% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FB37B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB37B0 is #04C84F. Grayscale: #7F7F7F. Windows color (decimal): -313424 or 11548667. OLE color: 11548667.

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

Color convert

RGB 251 55 176 -
CMYK 0 0.78 0.30 0.02
HSL 322.96º 0.96% 0.6% -
HSV(B) 322.96º 0.78% 0.98% -
XYZ 48.99 26.38 43.58 -
YUV 127.4 155.43 216.16 -
System Red Green Blue C M Y K H S L
Decimal 251 55 176 0 0.78 0.30 0.02 322.96 0.96 0.6
Hex FB 37 B0 0 4E 1E 2 143 60 3C
Octal 373 67 260 0 116 36 2 503 140 74
Binary 11111011 110111 10110000 0 1001110 11110 10 101000011 1100000 111100

Color Harmonies of #FB37B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB37B0

Black with #FB37B0

Text Example


Text Example

White with #FB37B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB37B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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