Html Css Color HEX #FA1EA3 Persian Rose

📋 copy color: '#FA1EA3'

red 250 ◦ green 30 ◦ blue 163

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

Shades of Persian Rose #FA1EA3

Tints of Persian Rose #FA1EA3

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.77%

 BLUE value IS 163 (64.06% from 255) = 36.79%

R = 56.43%
G = 6.77%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FA1EA3 (or 0xFA1EA3) is known color: Persian Rose. HEX triplet: FA, 1E and A3. RGB value is (250,30,163). Sum of RGB (Red+Green+Blue) = 250+30+163=443 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.43% from 443); Green value is 30 (12.11% from 255 or 6.77% from 443); Blue value is 163 (64.06% from 255 or 36.79% from 443); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1EA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1EA3 is #05E15C. Grayscale: #6E6E6E. Windows color (decimal): -385373 or 10690298. OLE color: 10690298.

HSL color Cylindrical-coordinate representation of color #FA1EA3: hue angle of 323.73º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA1EA3 is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 30 163 -
CMYK 0 0.88 0.35 0.02
HSL 323.73º 0.96% 0.55% -
HSV(B) 323.73º 0.88% 0.98% -
XYZ 46.5 23.9 36.81 -
YUV 110.94 157.39 227.19 -
System Red Green Blue C M Y K H S L
Decimal 250 30 163 0 0.88 0.35 0.02 323.73 0.96 0.55
Hex FA 1E A3 0 58 23 2 144 60 37
Octal 372 36 243 0 130 43 2 504 140 67
Binary 11111010 11110 10100011 0 1011000 100011 10 101000100 1100000 110111

Color Harmonies of #FA1EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1EA3

Black with #FA1EA3

Text Example


Text Example

White with #FA1EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1EA3; }

 p { color: rgb(250,30,163); }

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

background-color css

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

 a { background-color: rgb(250,30,163); }

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

border-color css

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

 span { border-color: rgb(250,30,163); }

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