Html Css Color HEX #FE259B Persian Rose

📋 copy color: '#FE259B'

red 254 ◦ green 37 ◦ blue 155

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

Shades of Persian Rose #FE259B

Tints of Persian Rose #FE259B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.75%

R = 56.95%
G = 8.3%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FE259B (or 0xFE259B) is known color: Persian Rose. HEX triplet: FE, 25 and 9B. RGB value is (254,37,155). Sum of RGB (Red+Green+Blue) = 254+37+155=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 37 (14.84% from 255 or 8.30% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FE259B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE259B is #01DA64. Grayscale: #737373. Windows color (decimal): -121445 or 10167806. OLE color: 10167806.

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

Color convert

RGB 254 37 155 -
CMYK 0 0.85 0.39 0.00
HSL 327.37º 0.99% 0.57% -
HSV(B) 327.37º 0.85% 1% -
XYZ 47.45 24.76 33.29 -
YUV 115.34 150.39 226.91 -
System Red Green Blue C M Y K H S L
Decimal 254 37 155 0 0.85 0.39 0.00 327.37 0.99 0.57
Hex FE 25 9B 0 55 27 0 147 63 39
Octal 376 45 233 0 125 47 0 507 143 71
Binary 11111110 100101 10011011 0 1010101 100111 0 101000111 1100011 111001

Color Harmonies of #FE259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE259B

Black with #FE259B

Text Example


Text Example

White with #FE259B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE259B; }

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

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

background-color css

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

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

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

border-color css

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

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

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