Html Css Color HEX #FF31A4 Persian Rose

📋 copy color: '#FF31A4'

red 255 ◦ green 49 ◦ blue 164

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

Shades of Persian Rose #FF31A4

Tints of Persian Rose #FF31A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 35.04%

R = 54.49%
G = 10.47%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0

RGB Variations

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

Color information

#FF31A4 (or 0xFF31A4) is known color: Persian Rose. HEX triplet: FF, 31 and A4. RGB value is (255,49,164). Sum of RGB (Red+Green+Blue) = 255+49+164=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 49 (19.53% from 255 or 10.47% from 468); Blue value is 164 (64.45% from 255 or 35.04% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF31A4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF31A4 is #00CE5B. Grayscale: #7B7B7B. Windows color (decimal): -52828 or 10760703. OLE color: 10760703.

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

Color convert

RGB 255 49 164 -
CMYK 0 0.81 0.36 0
HSL 326.5º 1% 0.6% -
HSV(B) 326.5º 0.81% 1% -
XYZ 49.04 26.14 37.58 -
YUV 123.7 150.75 221.65 -
System Red Green Blue C M Y K H S L
Decimal 255 49 164 0 0.81 0.36 0 326.5 1 0.6
Hex FF 31 A4 0 51 24 0 147 64 3C
Octal 377 61 244 0 121 44 0 507 144 74
Binary 11111111 110001 10100100 0 1010001 100100 0 101000111 1100100 111100

Color Harmonies of #FF31A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF31A4

Black with #FF31A4

Text Example


Text Example

White with #FF31A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF31A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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