Html Css Color HEX #FB37AF Persian Rose

📋 copy color: '#FB37AF'

red 251 ◦ green 55 ◦ blue 175

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

Shades of Persian Rose #FB37AF

Tints of Persian Rose #FB37AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.38%

R = 52.18%
G = 11.43%
B = 36.38%

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

#FB37AF (or 0xFB37AF) is known color: Persian Rose. HEX triplet: FB, 37 and AF. RGB value is (251,55,175). Sum of RGB (Red+Green+Blue) = 251+55+175=481 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.18% from 481); Green value is 55 (21.88% from 255 or 11.43% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 251 - color contains mainly: red. Hex color #FB37AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB37AF is #04C850. Grayscale: #7F7F7F. Windows color (decimal): -313425 or 11483131. OLE color: 11483131.

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

Color convert

RGB 251 55 175 -
CMYK 0 0.78 0.30 0.02
HSL 323.27º 0.96% 0.6% -
HSV(B) 323.27º 0.78% 0.98% -
XYZ 48.89 26.34 43.06 -
YUV 127.28 154.93 216.24 -
System Red Green Blue C M Y K H S L
Decimal 251 55 175 0 0.78 0.30 0.02 323.27 0.96 0.6
Hex FB 37 AF 0 4E 1E 2 143 60 3C
Octal 373 67 257 0 116 36 2 503 140 74
Binary 11111011 110111 10101111 0 1001110 11110 10 101000011 1100000 111100

Color Harmonies of #FB37AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB37AF

Black with #FB37AF

Text Example


Text Example

White with #FB37AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB37AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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