Html Css Color HEX #FA1F9E Persian Rose

📋 copy color: '#FA1F9E'

red 250 ◦ green 31 ◦ blue 158

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

Shades of Persian Rose #FA1F9E

Tints of Persian Rose #FA1F9E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.06%

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

R = 56.95%
G = 7.06%
B = 35.99%

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

#FA1F9E (or 0xFA1F9E) is known color: Persian Rose. HEX triplet: FA, 1F and 9E. RGB value is (250,31,158). Sum of RGB (Red+Green+Blue) = 250+31+158=439 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.95% from 439); Green value is 31 (12.5% from 255 or 7.06% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1F9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1F9E is #05E061. Grayscale: #6E6E6E. Windows color (decimal): -385122 or 10362874. OLE color: 10362874.

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

Color convert

RGB 250 31 158 -
CMYK 0 0.88 0.37 0.02
HSL 325.21º 0.96% 0.55% -
HSV(B) 325.21º 0.88% 0.98% -
XYZ 46.09 23.77 34.51 -
YUV 110.96 154.55 227.17 -
System Red Green Blue C M Y K H S L
Decimal 250 31 158 0 0.88 0.37 0.02 325.21 0.96 0.55
Hex FA 1F 9E 0 58 25 2 145 60 37
Octal 372 37 236 0 130 45 2 505 140 67
Binary 11111010 11111 10011110 0 1011000 100101 10 101000101 1100000 110111

Color Harmonies of #FA1F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1F9E

Black with #FA1F9E

Text Example


Text Example

White with #FA1F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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