Html Css Color HEX #FE31EF Razzle Dazzle Rose

📋 copy color: '#FE31EF'

red 254 ◦ green 49 ◦ blue 239

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

Shades of Razzle Dazzle Rose #FE31EF

Tints of Razzle Dazzle Rose #FE31EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.1%

R = 46.86%
G = 9.04%
B = 44.1%

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

#FE31EF (or 0xFE31EF) is known color: Razzle Dazzle Rose. HEX triplet: FE, 31 and EF. RGB value is (254,49,239). Sum of RGB (Red+Green+Blue) = 254+49+239=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 49 (19.53% from 255 or 9.04% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FE31EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE31EF is #01CE10. Grayscale: #838383. Windows color (decimal): -118289 or 15675902. OLE color: 15675902.

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

Color convert

RGB 254 49 239 -
CMYK 0 0.81 0.06 0.00
HSL 304.39º 0.99% 0.59% -
HSV(B) 304.39º 0.81% 1% -
XYZ 57.55 29.5 84.32 -
YUV 131.96 188.42 215.05 -
System Red Green Blue C M Y K H S L
Decimal 254 49 239 0 0.81 0.06 0.00 304.39 0.99 0.59
Hex FE 31 EF 0 51 6 0 130 63 3B
Octal 376 61 357 0 121 6 0 460 143 73
Binary 11111110 110001 11101111 0 1010001 110 0 100110000 1100011 111011

Color Harmonies of #FE31EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE31EF

Black with #FE31EF

Text Example


Text Example

White with #FE31EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE31EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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