Html Css Color HEX #FE34AB Persian Rose

📋 copy color: '#FE34AB'

red 254 ◦ green 52 ◦ blue 171

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

Shades of Persian Rose #FE34AB

Tints of Persian Rose #FE34AB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.9%

 BLUE value IS 171 (67.19% from 255) = 35.85%

R = 53.25%
G = 10.9%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FE34AB (or 0xFE34AB) is known color: Persian Rose. HEX triplet: FE, 34 and AB. RGB value is (254,52,171). Sum of RGB (Red+Green+Blue) = 254+52+171=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 52 (20.70% from 255 or 10.90% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE34AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE34AB is #01CB54. Grayscale: #7D7D7D. Windows color (decimal): -117589 or 11220222. OLE color: 11220222.

HSL color Cylindrical-coordinate representation of color #FE34AB: hue angle of 324.65º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE34AB is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 52 171 -
CMYK 0 0.80 0.33 0.00
HSL 324.65º 0.99% 0.6% -
HSV(B) 324.65º 0.8% 1% -
XYZ 49.45 26.47 41.03 -
YUV 125.96 153.42 219.32 -
System Red Green Blue C M Y K H S L
Decimal 254 52 171 0 0.80 0.33 0.00 324.65 0.99 0.6
Hex FE 34 AB 0 50 21 0 145 63 3C
Octal 376 64 253 0 120 41 0 505 143 74
Binary 11111110 110100 10101011 0 1010000 100001 0 101000101 1100011 111100

Color Harmonies of #FE34AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE34AB

Black with #FE34AB

Text Example


Text Example

White with #FE34AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE34AB; }

 p { color: rgb(254,52,171); }

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

background-color css

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

 a { background-color: rgb(254,52,171); }

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

border-color css

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

 span { border-color: rgb(254,52,171); }

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