Html Css Color HEX #FE2D9D Persian Rose

📋 copy color: '#FE2D9D'

red 254 ◦ green 45 ◦ blue 157

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

Shades of Persian Rose #FE2D9D

Tints of Persian Rose #FE2D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.43%

R = 55.7%
G = 9.87%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FE2D9D (or 0xFE2D9D) is known color: Persian Rose. HEX triplet: FE, 2D and 9D. RGB value is (254,45,157). Sum of RGB (Red+Green+Blue) = 254+45+157=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 45 (17.97% from 255 or 9.87% from 456); Blue value is 157 (61.72% from 255 or 34.43% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2D9D is #01D262. Grayscale: #787878. Windows color (decimal): -119395 or 10300926. OLE color: 10300926.

HSL color Cylindrical-coordinate representation of color #FE2D9D: hue angle of 327.85º 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 #FE2D9D is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 45 157 -
CMYK 0 0.82 0.38 0.00
HSL 327.85º 0.99% 0.59% -
HSV(B) 327.85º 0.82% 1% -
XYZ 47.9 25.38 34.27 -
YUV 120.26 148.74 223.39 -
System Red Green Blue C M Y K H S L
Decimal 254 45 157 0 0.82 0.38 0.00 327.85 0.99 0.59
Hex FE 2D 9D 0 52 26 0 148 63 3B
Octal 376 55 235 0 122 46 0 510 143 73
Binary 11111110 101101 10011101 0 1010010 100110 0 101001000 1100011 111011

Color Harmonies of #FE2D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2D9D

Black with #FE2D9D

Text Example


Text Example

White with #FE2D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2D9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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