Html Css Color HEX #FA1F99 Persian Rose

📋 copy color: '#FA1F99'

red 250 ◦ green 31 ◦ blue 153

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

Shades of Persian Rose #FA1F99

Tints of Persian Rose #FA1F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 35.25%

R = 57.6%
G = 7.14%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FA1F99 (or 0xFA1F99) is known color: Persian Rose. HEX triplet: FA, 1F and 99. RGB value is (250,31,153). Sum of RGB (Red+Green+Blue) = 250+31+153=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 31 (12.5% from 255 or 7.14% from 434); Blue value is 153 (60.16% from 255 or 35.25% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1F99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1F99 is #05E066. Grayscale: #6E6E6E. Windows color (decimal): -385127 or 10035194. OLE color: 10035194.

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

Color convert

RGB 250 31 153 -
CMYK 0 0.88 0.39 0.02
HSL 326.58º 0.96% 0.55% -
HSV(B) 326.58º 0.88% 0.98% -
XYZ 45.66 23.6 32.29 -
YUV 110.39 152.05 227.58 -
System Red Green Blue C M Y K H S L
Decimal 250 31 153 0 0.88 0.39 0.02 326.58 0.96 0.55
Hex FA 1F 99 0 58 27 2 147 60 37
Octal 372 37 231 0 130 47 2 507 140 67
Binary 11111010 11111 10011001 0 1011000 100111 10 101000111 1100000 110111

Color Harmonies of #FA1F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1F99

Black with #FA1F99

Text Example


Text Example

White with #FA1F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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