Html Css Color HEX #FE34A7 Persian Rose

📋 copy color: '#FE34A7'

red 254 ◦ green 52 ◦ blue 167

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

Shades of Persian Rose #FE34A7

Tints of Persian Rose #FE34A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 35.31%

R = 53.7%
G = 10.99%
B = 35.31%

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

#FE34A7 (or 0xFE34A7) is known color: Persian Rose. HEX triplet: FE, 34 and A7. RGB value is (254,52,167). Sum of RGB (Red+Green+Blue) = 254+52+167=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 52 (20.70% from 255 or 10.99% from 473); Blue value is 167 (65.62% from 255 or 35.31% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FE34A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE34A7 is #01CB58. Grayscale: #7D7D7D. Windows color (decimal): -117593 or 10958078. OLE color: 10958078.

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

Color convert

RGB 254 52 167 -
CMYK 0 0.80 0.34 0.00
HSL 325.84º 0.99% 0.6% -
HSV(B) 325.84º 0.8% 1% -
XYZ 49.08 26.32 39.05 -
YUV 125.51 151.42 219.65 -
System Red Green Blue C M Y K H S L
Decimal 254 52 167 0 0.80 0.34 0.00 325.84 0.99 0.6
Hex FE 34 A7 0 50 22 0 146 63 3C
Octal 376 64 247 0 120 42 0 506 143 74
Binary 11111110 110100 10100111 0 1010000 100010 0 101000110 1100011 111100

Color Harmonies of #FE34A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE34A7

Black with #FE34A7

Text Example


Text Example

White with #FE34A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE34A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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