Html Css Color HEX #FA1E9E Persian Rose

📋 copy color: '#FA1E9E'

red 250 ◦ green 30 ◦ blue 158

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

Shades of Persian Rose #FA1E9E

Tints of Persian Rose #FA1E9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.07%

R = 57.08%
G = 6.85%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FA1E9E (or 0xFA1E9E) is known color: Persian Rose. HEX triplet: FA, 1E and 9E. RGB value is (250,30,158). Sum of RGB (Red+Green+Blue) = 250+30+158=438 (58% of max value = 765). Red value is 250 (98.05% from 255 or 57.08% from 438); Green value is 30 (12.11% from 255 or 6.85% from 438); Blue value is 158 (62.11% from 255 or 36.07% from 438); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1E9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1E9E is #05E161. Grayscale: #6E6E6E. Windows color (decimal): -385378 or 10362618. OLE color: 10362618.

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

Color convert

RGB 250 30 158 -
CMYK 0 0.88 0.37 0.02
HSL 325.09º 0.96% 0.55% -
HSV(B) 325.09º 0.88% 0.98% -
XYZ 46.06 23.72 34.5 -
YUV 110.37 154.89 227.59 -
System Red Green Blue C M Y K H S L
Decimal 250 30 158 0 0.88 0.37 0.02 325.09 0.96 0.55
Hex FA 1E 9E 0 58 25 2 145 60 37
Octal 372 36 236 0 130 45 2 505 140 67
Binary 11111010 11110 10011110 0 1011000 100101 10 101000101 1100000 110111

Color Harmonies of #FA1E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1E9E

Black with #FA1E9E

Text Example


Text Example

White with #FA1E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1E9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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