Html Css Color HEX #FE1D9C Persian Rose

📋 copy color: '#FE1D9C'

red 254 ◦ green 29 ◦ blue 156

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

Shades of Persian Rose #FE1D9C

Tints of Persian Rose #FE1D9C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.61%

 BLUE value IS 156 (61.33% from 255) = 35.54%

R = 57.86%
G = 6.61%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FE1D9C (or 0xFE1D9C) is known color: Persian Rose. HEX triplet: FE, 1D and 9C. RGB value is (254,29,156). Sum of RGB (Red+Green+Blue) = 254+29+156=439 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.86% from 439); Green value is 29 (11.72% from 255 or 6.61% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1D9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE1D9C is #01E263. Grayscale: #6E6E6E. Windows color (decimal): -123492 or 10231294. OLE color: 10231294.

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

Color convert

RGB 254 29 156 -
CMYK 0 0.89 0.39 0.00
HSL 326.13º 0.99% 0.55% -
HSV(B) 326.13º 0.89% 1% -
XYZ 47.31 24.35 33.66 -
YUV 110.75 153.54 230.17 -
System Red Green Blue C M Y K H S L
Decimal 254 29 156 0 0.89 0.39 0.00 326.13 0.99 0.55
Hex FE 1D 9C 0 59 27 0 146 63 37
Octal 376 35 234 0 131 47 0 506 143 67
Binary 11111110 11101 10011100 0 1011001 100111 0 101000110 1100011 110111

Color Harmonies of #FE1D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1D9C

Black with #FE1D9C

Text Example


Text Example

White with #FE1D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1D9C; }

 p { color: rgb(254,29,156); }

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

background-color css

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

 a { background-color: rgb(254,29,156); }

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

border-color css

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

 span { border-color: rgb(254,29,156); }

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