Html Css Color HEX #FE2D9F Persian Rose

📋 copy color: '#FE2D9F'

red 254 ◦ green 45 ◦ blue 159

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

Shades of Persian Rose #FE2D9F

Tints of Persian Rose #FE2D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 34.72%

R = 55.46%
G = 9.83%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FE2D9F (or 0xFE2D9F) is known color: Persian Rose. HEX triplet: FE, 2D and 9F. RGB value is (254,45,159). Sum of RGB (Red+Green+Blue) = 254+45+159=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 45 (17.97% from 255 or 9.83% from 458); Blue value is 159 (62.5% from 255 or 34.72% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2D9F is #01D260. Grayscale: #787878. Windows color (decimal): -119393 or 10431998. OLE color: 10431998.

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

Color convert

RGB 254 45 159 -
CMYK 0 0.82 0.37 0.00
HSL 327.27º 0.99% 0.59% -
HSV(B) 327.27º 0.82% 1% -
XYZ 48.07 25.45 35.18 -
YUV 120.49 149.74 223.23 -
System Red Green Blue C M Y K H S L
Decimal 254 45 159 0 0.82 0.37 0.00 327.27 0.99 0.59
Hex FE 2D 9F 0 52 25 0 147 63 3B
Octal 376 55 237 0 122 45 0 507 143 73
Binary 11111110 101101 10011111 0 1010010 100101 0 101000111 1100011 111011

Color Harmonies of #FE2D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2D9F

Black with #FE2D9F

Text Example


Text Example

White with #FE2D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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