Html Css Color HEX #FE249D Persian Rose

📋 copy color: '#FE249D'

red 254 ◦ green 36 ◦ blue 157

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

Shades of Persian Rose #FE249D

Tints of Persian Rose #FE249D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.05%

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

R = 56.82%
G = 8.05%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FE249D (or 0xFE249D) is known color: Persian Rose. HEX triplet: FE, 24 and 9D. RGB value is (254,36,157). Sum of RGB (Red+Green+Blue) = 254+36+157=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 36 (14.45% from 255 or 8.05% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FE249D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE249D is #01DB62. Grayscale: #727272. Windows color (decimal): -121699 or 10298622. OLE color: 10298622.

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

Color convert

RGB 254 36 157 -
CMYK 0 0.86 0.38 0.00
HSL 326.7º 0.99% 0.57% -
HSV(B) 326.7º 0.86% 1% -
XYZ 47.59 24.77 34.17 -
YUV 114.98 151.72 227.16 -
System Red Green Blue C M Y K H S L
Decimal 254 36 157 0 0.86 0.38 0.00 326.7 0.99 0.57
Hex FE 24 9D 0 56 26 0 147 63 39
Octal 376 44 235 0 126 46 0 507 143 71
Binary 11111110 100100 10011101 0 1010110 100110 0 101000111 1100011 111001

Color Harmonies of #FE249D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE249D

Black with #FE249D

Text Example


Text Example

White with #FE249D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE249D; }

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

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

background-color css

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

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

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

border-color css

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

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

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