Html Css Color HEX #FE34B7 Razzle Dazzle Rose

📋 copy color: '#FE34B7'

red 254 ◦ green 52 ◦ blue 183

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

Shades of Razzle Dazzle Rose #FE34B7

Tints of Razzle Dazzle Rose #FE34B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.42%

R = 51.94%
G = 10.63%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#FE34B7 (or 0xFE34B7) is known color: Razzle Dazzle Rose. HEX triplet: FE, 34 and B7. RGB value is (254,52,183). Sum of RGB (Red+Green+Blue) = 254+52+183=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 52 (20.70% from 255 or 10.63% from 489); Blue value is 183 (71.88% from 255 or 37.42% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE34B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE34B7 is #01CB48. Grayscale: #7F7F7F. Windows color (decimal): -117577 or 12006654. OLE color: 12006654.

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

Color convert

RGB 254 52 183 -
CMYK 0 0.80 0.28 0.00
HSL 321.09º 0.99% 0.6% -
HSV(B) 321.09º 0.8% 1% -
XYZ 50.65 26.95 47.33 -
YUV 127.33 159.42 218.35 -
System Red Green Blue C M Y K H S L
Decimal 254 52 183 0 0.80 0.28 0.00 321.09 0.99 0.6
Hex FE 34 B7 0 50 1C 0 141 63 3C
Octal 376 64 267 0 120 34 0 501 143 74
Binary 11111110 110100 10110111 0 1010000 11100 0 101000001 1100011 111100

Color Harmonies of #FE34B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE34B7

Black with #FE34B7

Text Example


Text Example

White with #FE34B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE34B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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