Html Css Color HEX #FA32B5 Persian Rose

📋 copy color: '#FA32B5'

red 250 ◦ green 50 ◦ blue 181

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

Shades of Persian Rose #FA32B5

Tints of Persian Rose #FA32B5

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.4%

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

R = 51.98%
G = 10.4%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FA32B5 (or 0xFA32B5) is known color: Persian Rose. HEX triplet: FA, 32 and B5. RGB value is (250,50,181). Sum of RGB (Red+Green+Blue) = 250+50+181=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 50 (19.92% from 255 or 10.40% from 481); Blue value is 181 (71.09% from 255 or 37.63% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FA32B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA32B5 is #05CD4A. Grayscale: #7C7C7C. Windows color (decimal): -380235 or 11875066. OLE color: 11875066.

HSL color Cylindrical-coordinate representation of color #FA32B5: hue angle of 320.7º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA32B5 is Cyan = 0, Magento = 0.8, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 50 181 -
CMYK 0 0.8 0.28 0.02
HSL 320.7º 0.95% 0.59% -
HSV(B) 320.7º 0.8% 0.98% -
XYZ 48.91 25.94 46.15 -
YUV 124.73 159.76 217.35 -
System Red Green Blue C M Y K H S L
Decimal 250 50 181 0 0.8 0.28 0.02 320.7 0.95 0.59
Hex FA 32 B5 0 50 1C 2 141 5F 3B
Octal 372 62 265 0 120 34 2 501 137 73
Binary 11111010 110010 10110101 0 1010000 11100 10 101000001 1011111 111011

Color Harmonies of #FA32B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA32B5

Black with #FA32B5

Text Example


Text Example

White with #FA32B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA32B5; }

 p { color: rgb(250,50,181); }

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

background-color css

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

 a { background-color: rgb(250,50,181); }

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

border-color css

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

 span { border-color: rgb(250,50,181); }

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