Html Css Color HEX #FE259E Persian Rose

📋 copy color: '#FE259E'

red 254 ◦ green 37 ◦ blue 158

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

Shades of Persian Rose #FE259E

Tints of Persian Rose #FE259E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.24%

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

R = 56.57%
G = 8.24%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FE259E (or 0xFE259E) is known color: Persian Rose. HEX triplet: FE, 25 and 9E. RGB value is (254,37,158). Sum of RGB (Red+Green+Blue) = 254+37+158=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 37 (14.84% from 255 or 8.24% from 449); Blue value is 158 (62.11% from 255 or 35.19% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE259E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE259E is #01DA61. Grayscale: #737373. Windows color (decimal): -121442 or 10364414. OLE color: 10364414.

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

Color convert

RGB 254 37 158 -
CMYK 0 0.85 0.38 0.00
HSL 326.54º 0.99% 0.57% -
HSV(B) 326.54º 0.85% 1% -
XYZ 47.71 24.86 34.63 -
YUV 115.68 151.89 226.66 -
System Red Green Blue C M Y K H S L
Decimal 254 37 158 0 0.85 0.38 0.00 326.54 0.99 0.57
Hex FE 25 9E 0 55 26 0 147 63 39
Octal 376 45 236 0 125 46 0 507 143 71
Binary 11111110 100101 10011110 0 1010101 100110 0 101000111 1100011 111001

Color Harmonies of #FE259E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE259E

Black with #FE259E

Text Example


Text Example

White with #FE259E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE259E; }

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

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

background-color css

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

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

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

border-color css

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

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

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