Html Css Color HEX #FE31B3 Persian Rose

📋 copy color: '#FE31B3'

red 254 ◦ green 49 ◦ blue 179

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

Shades of Persian Rose #FE31B3

Tints of Persian Rose #FE31B3

RGB

 RED value IS 254 (99.61% from 255) = 52.7%

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

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

R = 52.7%
G = 10.17%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FE31B3 (or 0xFE31B3) is known color: Persian Rose. HEX triplet: FE, 31 and B3. RGB value is (254,49,179). Sum of RGB (Red+Green+Blue) = 254+49+179=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 49 (19.53% from 255 or 10.17% from 482); Blue value is 179 (70.31% from 255 or 37.14% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE31B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE31B3 is #01CE4C. Grayscale: #7C7C7C. Windows color (decimal): -118349 or 11743742. OLE color: 11743742.

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

Color convert

RGB 254 49 179 -
CMYK 0 0.81 0.30 0.00
HSL 321.95º 0.99% 0.59% -
HSV(B) 321.95º 0.81% 1% -
XYZ 50.11 26.52 45.13 -
YUV 125.12 158.42 219.93 -
System Red Green Blue C M Y K H S L
Decimal 254 49 179 0 0.81 0.30 0.00 321.95 0.99 0.59
Hex FE 31 B3 0 51 1E 0 142 63 3B
Octal 376 61 263 0 121 36 0 502 143 73
Binary 11111110 110001 10110011 0 1010001 11110 0 101000010 1100011 111011

Color Harmonies of #FE31B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE31B3

Black with #FE31B3

Text Example


Text Example

White with #FE31B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE31B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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