Html Css Color HEX #FE34A8 Persian Rose

📋 copy color: '#FE34A8'

red 254 ◦ green 52 ◦ blue 168

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

Shades of Persian Rose #FE34A8

Tints of Persian Rose #FE34A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.44%

R = 53.59%
G = 10.97%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.34

 K value IS 0.00

RGB Variations

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

Color information

#FE34A8 (or 0xFE34A8) is known color: Persian Rose. HEX triplet: FE, 34 and A8. RGB value is (254,52,168). Sum of RGB (Red+Green+Blue) = 254+52+168=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 52 (20.70% from 255 or 10.97% from 474); Blue value is 168 (66.02% from 255 or 35.44% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE34A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE34A8 is #01CB57. Grayscale: #7D7D7D. Windows color (decimal): -117592 or 11023614. OLE color: 11023614.

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

Color convert

RGB 254 52 168 -
CMYK 0 0.80 0.34 0.00
HSL 325.54º 0.99% 0.6% -
HSV(B) 325.54º 0.8% 1% -
XYZ 49.17 26.35 39.54 -
YUV 125.62 151.92 219.57 -
System Red Green Blue C M Y K H S L
Decimal 254 52 168 0 0.80 0.34 0.00 325.54 0.99 0.6
Hex FE 34 A8 0 50 22 0 146 63 3C
Octal 376 64 250 0 120 42 0 506 143 74
Binary 11111110 110100 10101000 0 1010000 100010 0 101000110 1100011 111100

Color Harmonies of #FE34A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE34A8

Black with #FE34A8

Text Example


Text Example

White with #FE34A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE34A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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