Html Css Color HEX #FE31D5 Razzle Dazzle Rose

📋 copy color: '#FE31D5'

red 254 ◦ green 49 ◦ blue 213

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

Shades of Razzle Dazzle Rose #FE31D5

Tints of Razzle Dazzle Rose #FE31D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.28%

R = 49.22%
G = 9.5%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FE31D5 (or 0xFE31D5) is known color: Razzle Dazzle Rose. HEX triplet: FE, 31 and D5. RGB value is (254,49,213). Sum of RGB (Red+Green+Blue) = 254+49+213=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 49 (19.53% from 255 or 9.50% from 516); Blue value is 213 (83.59% from 255 or 41.28% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE31D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE31D5 is #01CE2A. Grayscale: #808080. Windows color (decimal): -118315 or 13971966. OLE color: 13971966.

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

Color convert

RGB 254 49 213 -
CMYK 0 0.81 0.16 0.00
HSL 312º 0.99% 0.59% -
HSV(B) 312º 0.81% 1% -
XYZ 53.98 28.07 65.52 -
YUV 128.99 175.42 217.16 -
System Red Green Blue C M Y K H S L
Decimal 254 49 213 0 0.81 0.16 0.00 312 0.99 0.59
Hex FE 31 D5 0 51 10 0 138 63 3B
Octal 376 61 325 0 121 20 0 470 143 73
Binary 11111110 110001 11010101 0 1010001 10000 0 100111000 1100011 111011

Color Harmonies of #FE31D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE31D5

Black with #FE31D5

Text Example


Text Example

White with #FE31D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE31D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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