Html Css Color HEX #FE26A2 Persian Rose

📋 copy color: '#FE26A2'

red 254 ◦ green 38 ◦ blue 162

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

Shades of Persian Rose #FE26A2

Tints of Persian Rose #FE26A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.68%

R = 55.95%
G = 8.37%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.00

RGB Variations

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

Color information

#FE26A2 (or 0xFE26A2) is known color: Persian Rose. HEX triplet: FE, 26 and A2. RGB value is (254,38,162). Sum of RGB (Red+Green+Blue) = 254+38+162=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 38 (15.23% from 255 or 8.37% from 454); Blue value is 162 (63.67% from 255 or 35.68% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FE26A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE26A2 is #01D95D. Grayscale: #747474. Windows color (decimal): -121182 or 10626814. OLE color: 10626814.

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

Color convert

RGB 254 38 162 -
CMYK 0 0.85 0.36 0.00
HSL 325.56º 0.99% 0.57% -
HSV(B) 325.56º 0.85% 1% -
XYZ 48.09 25.07 36.49 -
YUV 116.72 153.56 225.92 -
System Red Green Blue C M Y K H S L
Decimal 254 38 162 0 0.85 0.36 0.00 325.56 0.99 0.57
Hex FE 26 A2 0 55 24 0 146 63 39
Octal 376 46 242 0 125 44 0 506 143 71
Binary 11111110 100110 10100010 0 1010101 100100 0 101000110 1100011 111001

Color Harmonies of #FE26A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE26A2

Black with #FE26A2

Text Example


Text Example

White with #FE26A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE26A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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