Html Css Color HEX #FE34E7 Razzle Dazzle Rose

📋 copy color: '#FE34E7'

red 254 ◦ green 52 ◦ blue 231

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

Shades of Razzle Dazzle Rose #FE34E7

Tints of Razzle Dazzle Rose #FE34E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.02%

R = 47.3%
G = 9.68%
B = 43.02%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FE34E7 (or 0xFE34E7) is known color: Razzle Dazzle Rose. HEX triplet: FE, 34 and E7. RGB value is (254,52,231). Sum of RGB (Red+Green+Blue) = 254+52+231=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 52 (20.70% from 255 or 9.68% from 537); Blue value is 231 (90.62% from 255 or 43.02% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FE34E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE34E7 is #01CB18. Grayscale: #848484. Windows color (decimal): -117529 or 15152382. OLE color: 15152382.

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

Color convert

RGB 254 52 231 -
CMYK 0 0.80 0.09 0.00
HSL 306.83º 0.99% 0.6% -
HSV(B) 306.83º 0.8% 1% -
XYZ 56.52 29.3 78.28 -
YUV 132.8 183.42 214.45 -
System Red Green Blue C M Y K H S L
Decimal 254 52 231 0 0.80 0.09 0.00 306.83 0.99 0.6
Hex FE 34 E7 0 50 9 0 133 63 3C
Octal 376 64 347 0 120 11 0 463 143 74
Binary 11111110 110100 11100111 0 1010000 1001 0 100110011 1100011 111100

Color Harmonies of #FE34E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE34E7

Black with #FE34E7

Text Example


Text Example

White with #FE34E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE34E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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