Html Css Color HEX #FA31AF Persian Rose

📋 copy color: '#FA31AF'

red 250 ◦ green 49 ◦ blue 175

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

Shades of Persian Rose #FA31AF

Tints of Persian Rose #FA31AF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.34%

 BLUE value IS 175 (68.75% from 255) = 36.92%

R = 52.74%
G = 10.34%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#FA31AF (or 0xFA31AF) is known color: Persian Rose. HEX triplet: FA, 31 and AF. RGB value is (250,49,175). Sum of RGB (Red+Green+Blue) = 250+49+175=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 49 (19.53% from 255 or 10.34% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FA31AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA31AF is #05CE50. Grayscale: #7B7B7B. Windows color (decimal): -380497 or 11481594. OLE color: 11481594.

HSL color Cylindrical-coordinate representation of color #FA31AF: hue angle of 322.39º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA31AF is Cyan = 0, Magento = 0.80, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 49 175 -
CMYK 0 0.80 0.3 0.02
HSL 322.39º 0.95% 0.59% -
HSV(B) 322.39º 0.8% 0.98% -
XYZ 48.26 25.62 42.96 -
YUV 123.46 157.09 218.25 -
System Red Green Blue C M Y K H S L
Decimal 250 49 175 0 0.80 0.3 0.02 322.39 0.95 0.59
Hex FA 31 AF 0 50 1E 2 142 5F 3B
Octal 372 61 257 0 120 36 2 502 137 73
Binary 11111010 110001 10101111 0 1010000 11110 10 101000010 1011111 111011

Color Harmonies of #FA31AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA31AF

Black with #FA31AF

Text Example


Text Example

White with #FA31AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA31AF; }

 p { color: rgb(250,49,175); }

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

background-color css

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

 a { background-color: rgb(250,49,175); }

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

border-color css

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

 span { border-color: rgb(250,49,175); }

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