Html Css Color HEX #FE2DB1 Persian Rose

📋 copy color: '#FE2DB1'

red 254 ◦ green 45 ◦ blue 177

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

Shades of Persian Rose #FE2DB1

Tints of Persian Rose #FE2DB1

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.45%

 BLUE value IS 177 (69.53% from 255) = 37.18%

R = 53.36%
G = 9.45%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FE2DB1 (or 0xFE2DB1) is known color: Persian Rose. HEX triplet: FE, 2D and B1. RGB value is (254,45,177). Sum of RGB (Red+Green+Blue) = 254+45+177=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 45 (17.97% from 255 or 9.45% from 476); Blue value is 177 (69.53% from 255 or 37.18% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2DB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2DB1 is #01D24E. Grayscale: #7A7A7A. Windows color (decimal): -119375 or 11611646. OLE color: 11611646.

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

Color convert

RGB 254 45 177 -
CMYK 0 0.82 0.30 0.00
HSL 322.11º 0.99% 0.59% -
HSV(B) 322.11º 0.82% 1% -
XYZ 49.75 26.12 44.02 -
YUV 122.54 158.74 221.77 -
System Red Green Blue C M Y K H S L
Decimal 254 45 177 0 0.82 0.30 0.00 322.11 0.99 0.59
Hex FE 2D B1 0 52 1E 0 142 63 3B
Octal 376 55 261 0 122 36 0 502 143 73
Binary 11111110 101101 10110001 0 1010010 11110 0 101000010 1100011 111011

Color Harmonies of #FE2DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2DB1

Black with #FE2DB1

Text Example


Text Example

White with #FE2DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2DB1; }

 p { color: rgb(254,45,177); }

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

background-color css

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

 a { background-color: rgb(254,45,177); }

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

border-color css

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

 span { border-color: rgb(254,45,177); }

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