Html Css Color HEX #FF31B0 Persian Rose

📋 copy color: '#FF31B0'

red 255 ◦ green 49 ◦ blue 176

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

Shades of Persian Rose #FF31B0

Tints of Persian Rose #FF31B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.67%

R = 53.13%
G = 10.21%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FF31B0 (or 0xFF31B0) is known color: Persian Rose. HEX triplet: FF, 31 and B0. RGB value is (255,49,176). Sum of RGB (Red+Green+Blue) = 255+49+176=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 49 (19.53% from 255 or 10.21% from 480); Blue value is 176 (69.14% from 255 or 36.67% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF31B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF31B0 is #00CE4F. Grayscale: #7C7C7C. Windows color (decimal): -52816 or 11547135. OLE color: 11547135.

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

Color convert

RGB 255 49 176 -
CMYK 0 0.81 0.31 0
HSL 323.01º 1% 0.6% -
HSV(B) 323.01º 0.81% 1% -
XYZ 50.17 26.59 43.56 -
YUV 125.07 156.75 220.67 -
System Red Green Blue C M Y K H S L
Decimal 255 49 176 0 0.81 0.31 0 323.01 1 0.6
Hex FF 31 B0 0 51 1F 0 143 64 3C
Octal 377 61 260 0 121 37 0 503 144 74
Binary 11111111 110001 10110000 0 1010001 11111 0 101000011 1100100 111100

Color Harmonies of #FF31B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF31B0

Black with #FF31B0

Text Example


Text Example

White with #FF31B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF31B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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