Html Css Color HEX #FF31B3 Persian Rose

📋 copy color: '#FF31B3'

red 255 ◦ green 49 ◦ blue 179

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

Shades of Persian Rose #FF31B3

Tints of Persian Rose #FF31B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.06%

R = 52.8%
G = 10.14%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FF31B3 (or 0xFF31B3) is known color: Persian Rose. HEX triplet: FF, 31 and B3. RGB value is (255,49,179). Sum of RGB (Red+Green+Blue) = 255+49+179=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 49 (19.53% from 255 or 10.14% from 483); Blue value is 179 (70.31% from 255 or 37.06% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF31B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF31B3 is #00CE4C. Grayscale: #7D7D7D. Windows color (decimal): -52813 or 11743743. OLE color: 11743743.

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

Color convert

RGB 255 49 179 -
CMYK 0 0.81 0.30 0
HSL 322.14º 1% 0.6% -
HSV(B) 322.14º 0.81% 1% -
XYZ 50.48 26.71 45.14 -
YUV 125.41 158.25 220.43 -
System Red Green Blue C M Y K H S L
Decimal 255 49 179 0 0.81 0.30 0 322.14 1 0.6
Hex FF 31 B3 0 51 1E 0 142 64 3C
Octal 377 61 263 0 121 36 0 502 144 74
Binary 11111111 110001 10110011 0 1010001 11110 0 101000010 1100100 111100

Color Harmonies of #FF31B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF31B3

Black with #FF31B3

Text Example


Text Example

White with #FF31B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF31B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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