Html Css Color HEX #FE3DB1 Persian Rose

📋 copy color: '#FE3DB1'

red 254 ◦ green 61 ◦ blue 177

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

Shades of Persian Rose #FE3DB1

Tints of Persian Rose #FE3DB1

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.4%

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

R = 51.63%
G = 12.4%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FE3DB1 (or 0xFE3DB1) is known color: Persian Rose. HEX triplet: FE, 3D and B1. RGB value is (254,61,177). Sum of RGB (Red+Green+Blue) = 254+61+177=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 61 (24.22% from 255 or 12.40% from 492); Blue value is 177 (69.53% from 255 or 35.98% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3DB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3DB1 is #01C24E. Grayscale: #838383. Windows color (decimal): -115279 or 11615742. OLE color: 11615742.

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

Color convert

RGB 254 61 177 -
CMYK 0 0.76 0.30 0.00
HSL 323.94º 0.99% 0.62% -
HSV(B) 323.94º 0.76% 1% -
XYZ 50.48 27.58 44.26 -
YUV 131.93 153.44 215.07 -
System Red Green Blue C M Y K H S L
Decimal 254 61 177 0 0.76 0.30 0.00 323.94 0.99 0.62
Hex FE 3D B1 0 4C 1E 0 144 63 3E
Octal 376 75 261 0 114 36 0 504 143 76
Binary 11111110 111101 10110001 0 1001100 11110 0 101000100 1100011 111110

Color Harmonies of #FE3DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3DB1

Black with #FE3DB1

Text Example


Text Example

White with #FE3DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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