Html Css Color HEX #FE269A Persian Rose

📋 copy color: '#FE269A'

red 254 ◦ green 38 ◦ blue 154

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

Shades of Persian Rose #FE269A

Tints of Persian Rose #FE269A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.53%

R = 56.95%
G = 8.52%
B = 34.53%

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

#FE269A (or 0xFE269A) is known color: Persian Rose. HEX triplet: FE, 26 and 9A. RGB value is (254,38,154). Sum of RGB (Red+Green+Blue) = 254+38+154=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 38 (15.23% from 255 or 8.52% from 446); Blue value is 154 (60.55% from 255 or 34.53% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FE269A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE269A is #01D965. Grayscale: #737373. Windows color (decimal): -121190 or 10102526. OLE color: 10102526.

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

Color convert

RGB 254 38 154 -
CMYK 0 0.85 0.39 0.00
HSL 327.78º 0.99% 0.57% -
HSV(B) 327.78º 0.85% 1% -
XYZ 47.4 24.79 32.86 -
YUV 115.81 149.56 226.57 -
System Red Green Blue C M Y K H S L
Decimal 254 38 154 0 0.85 0.39 0.00 327.78 0.99 0.57
Hex FE 26 9A 0 55 27 0 148 63 39
Octal 376 46 232 0 125 47 0 510 143 71
Binary 11111110 100110 10011010 0 1010101 100111 0 101001000 1100011 111001

Color Harmonies of #FE269A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE269A

Black with #FE269A

Text Example


Text Example

White with #FE269A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE269A; }

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

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

background-color css

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

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

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

border-color css

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

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

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