Html Css Color HEX #FF31AE Persian Rose

📋 copy color: '#FF31AE'

red 255 ◦ green 49 ◦ blue 174

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

Shades of Persian Rose #FF31AE

Tints of Persian Rose #FF31AE

RGB

 RED value IS 255 (100% from 255) = 53.35%

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

 BLUE value IS 174 (68.36% from 255) = 36.4%

R = 53.35%
G = 10.25%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FF31AE (or 0xFF31AE) is known color: Persian Rose. HEX triplet: FF, 31 and AE. RGB value is (255,49,174). Sum of RGB (Red+Green+Blue) = 255+49+174=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 49 (19.53% from 255 or 10.25% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF31AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF31AE is #00CE51. Grayscale: #7C7C7C. Windows color (decimal): -52818 or 11416063. OLE color: 11416063.

HSL color Cylindrical-coordinate representation of color #FF31AE: hue angle of 323.59º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF31AE is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB 255 49 174 -
CMYK 0 0.81 0.32 0
HSL 323.59º 1% 0.6% -
HSV(B) 323.59º 0.81% 1% -
XYZ 49.98 26.51 42.53 -
YUV 124.84 155.75 220.84 -
System Red Green Blue C M Y K H S L
Decimal 255 49 174 0 0.81 0.32 0 323.59 1 0.6
Hex FF 31 AE 0 51 20 0 144 64 3C
Octal 377 61 256 0 121 40 0 504 144 74
Binary 11111111 110001 10101110 0 1010001 100000 0 101000100 1100100 111100

Color Harmonies of #FF31AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF31AE

Black with #FF31AE

Text Example


Text Example

White with #FF31AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF31AE; }

 p { color: rgb(255,49,174); }

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

background-color css

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

 a { background-color: rgb(255,49,174); }

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

border-color css

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

 span { border-color: rgb(255,49,174); }

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