Html Css Color HEX #FE34B5 Persian Rose

📋 copy color: '#FE34B5'

red 254 ◦ green 52 ◦ blue 181

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

Shades of Persian Rose #FE34B5

Tints of Persian Rose #FE34B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.17%

R = 52.16%
G = 10.68%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FE34B5 (or 0xFE34B5) is known color: Persian Rose. HEX triplet: FE, 34 and B5. RGB value is (254,52,181). Sum of RGB (Red+Green+Blue) = 254+52+181=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 52 (20.70% from 255 or 10.68% from 487); Blue value is 181 (71.09% from 255 or 37.17% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FE34B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE34B5 is #01CB4A. Grayscale: #7E7E7E. Windows color (decimal): -117579 or 11875582. OLE color: 11875582.

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

Color convert

RGB 254 52 181 -
CMYK 0 0.80 0.29 0.00
HSL 321.68º 0.99% 0.6% -
HSV(B) 321.68º 0.8% 1% -
XYZ 50.44 26.86 46.24 -
YUV 127.1 158.42 218.51 -
System Red Green Blue C M Y K H S L
Decimal 254 52 181 0 0.80 0.29 0.00 321.68 0.99 0.6
Hex FE 34 B5 0 50 1D 0 142 63 3C
Octal 376 64 265 0 120 35 0 502 143 74
Binary 11111110 110100 10110101 0 1010000 11101 0 101000010 1100011 111100

Color Harmonies of #FE34B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE34B5

Black with #FE34B5

Text Example


Text Example

White with #FE34B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE34B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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