Html Css Color HEX #FE269D Persian Rose

📋 copy color: '#FE269D'

red 254 ◦ green 38 ◦ blue 157

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

Shades of Persian Rose #FE269D

Tints of Persian Rose #FE269D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.46%

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

R = 56.57%
G = 8.46%
B = 34.97%

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

#FE269D (or 0xFE269D) is known color: Persian Rose. HEX triplet: FE, 26 and 9D. RGB value is (254,38,157). Sum of RGB (Red+Green+Blue) = 254+38+157=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 38 (15.23% from 255 or 8.46% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE269D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE269D is #01D962. Grayscale: #737373. Windows color (decimal): -121187 or 10299134. OLE color: 10299134.

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

Color convert

RGB 254 38 157 -
CMYK 0 0.85 0.38 0.00
HSL 326.94º 0.99% 0.57% -
HSV(B) 326.94º 0.85% 1% -
XYZ 47.65 24.89 34.19 -
YUV 116.15 151.06 226.32 -
System Red Green Blue C M Y K H S L
Decimal 254 38 157 0 0.85 0.38 0.00 326.94 0.99 0.57
Hex FE 26 9D 0 55 26 0 147 63 39
Octal 376 46 235 0 125 46 0 507 143 71
Binary 11111110 100110 10011101 0 1010101 100110 0 101000111 1100011 111001

Color Harmonies of #FE269D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE269D

Black with #FE269D

Text Example


Text Example

White with #FE269D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE269D; }

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

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

background-color css

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

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

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

border-color css

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

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

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