Html Css Color HEX #FE31EE Razzle Dazzle Rose

📋 copy color: '#FE31EE'

red 254 ◦ green 49 ◦ blue 238

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

Shades of Razzle Dazzle Rose #FE31EE

Tints of Razzle Dazzle Rose #FE31EE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.06%

 BLUE value IS 238 (93.36% from 255) = 43.99%

R = 46.95%
G = 9.06%
B = 43.99%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE31EE (or 0xFE31EE) is known color: Razzle Dazzle Rose. HEX triplet: FE, 31 and EE. RGB value is (254,49,238). Sum of RGB (Red+Green+Blue) = 254+49+238=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 49 (19.53% from 255 or 9.06% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FE31EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE31EE is #01CE11. Grayscale: #838383. Windows color (decimal): -118290 or 15610366. OLE color: 15610366.

HSL color Cylindrical-coordinate representation of color #FE31EE: hue angle of 304.68º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE31EE is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 49 238 -
CMYK 0 0.81 0.06 0.00
HSL 304.68º 0.99% 0.59% -
HSV(B) 304.68º 0.81% 1% -
XYZ 57.4 29.44 83.55 -
YUV 131.84 187.92 215.13 -
System Red Green Blue C M Y K H S L
Decimal 254 49 238 0 0.81 0.06 0.00 304.68 0.99 0.59
Hex FE 31 EE 0 51 6 0 131 63 3B
Octal 376 61 356 0 121 6 0 461 143 73
Binary 11111110 110001 11101110 0 1010001 110 0 100110001 1100011 111011

Color Harmonies of #FE31EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE31EE

Black with #FE31EE

Text Example


Text Example

White with #FE31EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE31EE; }

 p { color: rgb(254,49,238); }

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

background-color css

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

 a { background-color: rgb(254,49,238); }

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

border-color css

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

 span { border-color: rgb(254,49,238); }

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