Html Css Color HEX #FA37B1 Persian Rose

📋 copy color: '#FA37B1'

red 250 ◦ green 55 ◦ blue 177

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

Shades of Persian Rose #FA37B1

Tints of Persian Rose #FA37B1

RGB

 RED value IS 250 (98.05% from 255) = 51.87%

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

 BLUE value IS 177 (69.53% from 255) = 36.72%

R = 51.87%
G = 11.41%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FA37B1 (or 0xFA37B1) is known color: Persian Rose. HEX triplet: FA, 37 and B1. RGB value is (250,55,177). Sum of RGB (Red+Green+Blue) = 250+55+177=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 55 (21.88% from 255 or 11.41% from 482); Blue value is 177 (69.53% from 255 or 36.72% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA37B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA37B1 is #05C84E. Grayscale: #7E7E7E. Windows color (decimal): -378959 or 11614202. OLE color: 11614202.

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

Color convert

RGB 250 55 177 -
CMYK 0 0.78 0.29 0.02
HSL 322.46º 0.95% 0.6% -
HSV(B) 322.46º 0.78% 0.98% -
XYZ 48.73 26.23 44.09 -
YUV 127.21 156.1 215.58 -
System Red Green Blue C M Y K H S L
Decimal 250 55 177 0 0.78 0.29 0.02 322.46 0.95 0.6
Hex FA 37 B1 0 4E 1D 2 142 5F 3C
Octal 372 67 261 0 116 35 2 502 137 74
Binary 11111010 110111 10110001 0 1001110 11101 10 101000010 1011111 111100

Color Harmonies of #FA37B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA37B1

Black with #FA37B1

Text Example


Text Example

White with #FA37B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA37B1; }

 p { color: rgb(250,55,177); }

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

background-color css

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

 a { background-color: rgb(250,55,177); }

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

border-color css

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

 span { border-color: rgb(250,55,177); }

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