Html Css Color HEX #FB37AD Persian Rose

📋 copy color: '#FB37AD'

red 251 ◦ green 55 ◦ blue 173

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

Shades of Persian Rose #FB37AD

Tints of Persian Rose #FB37AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.12%

R = 52.4%
G = 11.48%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FB37AD (or 0xFB37AD) is known color: Persian Rose. HEX triplet: FB, 37 and AD. RGB value is (251,55,173). Sum of RGB (Red+Green+Blue) = 251+55+173=479 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.40% from 479); Green value is 55 (21.88% from 255 or 11.48% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 251 - color contains mainly: red. Hex color #FB37AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB37AD is #04C852. Grayscale: #7E7E7E. Windows color (decimal): -313427 or 11352059. OLE color: 11352059.

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

Color convert

RGB 251 55 173 -
CMYK 0 0.78 0.31 0.02
HSL 323.88º 0.96% 0.6% -
HSV(B) 323.88º 0.78% 0.98% -
XYZ 48.69 26.26 42.04 -
YUV 127.06 153.93 216.41 -
System Red Green Blue C M Y K H S L
Decimal 251 55 173 0 0.78 0.31 0.02 323.88 0.96 0.6
Hex FB 37 AD 0 4E 1F 2 144 60 3C
Octal 373 67 255 0 116 37 2 504 140 74
Binary 11111011 110111 10101101 0 1001110 11111 10 101000100 1100000 111100

Color Harmonies of #FB37AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB37AD

Black with #FB37AD

Text Example


Text Example

White with #FB37AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB37AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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