Html Css Color HEX #FA1FA1 Persian Rose

📋 copy color: '#FA1FA1'

red 250 ◦ green 31 ◦ blue 161

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

Shades of Persian Rose #FA1FA1

Tints of Persian Rose #FA1FA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 36.43%

R = 56.56%
G = 7.01%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FA1FA1 (or 0xFA1FA1) is known color: Persian Rose. HEX triplet: FA, 1F and A1. RGB value is (250,31,161). Sum of RGB (Red+Green+Blue) = 250+31+161=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 31 (12.5% from 255 or 7.01% from 442); Blue value is 161 (63.28% from 255 or 36.43% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1FA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1FA1 is #05E05E. Grayscale: #6F6F6F. Windows color (decimal): -385119 or 10559482. OLE color: 10559482.

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

Color convert

RGB 250 31 161 -
CMYK 0 0.88 0.36 0.02
HSL 324.38º 0.96% 0.55% -
HSV(B) 324.38º 0.88% 0.98% -
XYZ 46.35 23.88 35.88 -
YUV 111.3 156.05 226.93 -
System Red Green Blue C M Y K H S L
Decimal 250 31 161 0 0.88 0.36 0.02 324.38 0.96 0.55
Hex FA 1F A1 0 58 24 2 144 60 37
Octal 372 37 241 0 130 44 2 504 140 67
Binary 11111010 11111 10100001 0 1011000 100100 10 101000100 1100000 110111

Color Harmonies of #FA1FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1FA1

Black with #FA1FA1

Text Example


Text Example

White with #FA1FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1FA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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