Html Css Color HEX #FE249E Persian Rose

📋 copy color: '#FE249E'

red 254 ◦ green 36 ◦ blue 158

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

Shades of Persian Rose #FE249E

Tints of Persian Rose #FE249E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.27%

R = 56.7%
G = 8.04%
B = 35.27%

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

#FE249E (or 0xFE249E) is known color: Persian Rose. HEX triplet: FE, 24 and 9E. RGB value is (254,36,158). Sum of RGB (Red+Green+Blue) = 254+36+158=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 36 (14.45% from 255 or 8.04% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE249E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE249E is #01DB61. Grayscale: #727272. Windows color (decimal): -121698 or 10364158. OLE color: 10364158.

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

Color convert

RGB 254 36 158 -
CMYK 0 0.86 0.38 0.00
HSL 326.42º 0.99% 0.57% -
HSV(B) 326.42º 0.86% 1% -
XYZ 47.68 24.8 34.62 -
YUV 115.09 152.22 227.08 -
System Red Green Blue C M Y K H S L
Decimal 254 36 158 0 0.86 0.38 0.00 326.42 0.99 0.57
Hex FE 24 9E 0 56 26 0 146 63 39
Octal 376 44 236 0 126 46 0 506 143 71
Binary 11111110 100100 10011110 0 1010110 100110 0 101000110 1100011 111001

Color Harmonies of #FE249E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE249E

Black with #FE249E

Text Example


Text Example

White with #FE249E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE249E; }

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

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

background-color css

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

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

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

border-color css

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

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

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