Html Css Color HEX #FE259D Persian Rose

📋 copy color: '#FE259D'

red 254 ◦ green 37 ◦ blue 157

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

Shades of Persian Rose #FE259D

Tints of Persian Rose #FE259D

RGB

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

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

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

R = 56.7%
G = 8.26%
B = 35.04%

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

#FE259D (or 0xFE259D) is known color: Persian Rose. HEX triplet: FE, 25 and 9D. RGB value is (254,37,157). Sum of RGB (Red+Green+Blue) = 254+37+157=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 37 (14.84% from 255 or 8.26% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE259D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE259D is #01DA62. Grayscale: #737373. Windows color (decimal): -121443 or 10298878. OLE color: 10298878.

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

Color convert

RGB 254 37 157 -
CMYK 0 0.85 0.38 0.00
HSL 326.82º 0.99% 0.57% -
HSV(B) 326.82º 0.85% 1% -
XYZ 47.62 24.83 34.18 -
YUV 115.56 151.39 226.74 -
System Red Green Blue C M Y K H S L
Decimal 254 37 157 0 0.85 0.38 0.00 326.82 0.99 0.57
Hex FE 25 9D 0 55 26 0 147 63 39
Octal 376 45 235 0 125 46 0 507 143 71
Binary 11111110 100101 10011101 0 1010101 100110 0 101000111 1100011 111001

Color Harmonies of #FE259D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE259D

Black with #FE259D

Text Example


Text Example

White with #FE259D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE259D; }

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

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

background-color css

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

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

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

border-color css

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

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

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