Html Css Color HEX #FD31E1 Razzle Dazzle Rose

📋 copy color: '#FD31E1'

red 253 ◦ green 49 ◦ blue 225

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

Shades of Razzle Dazzle Rose #FD31E1

Tints of Razzle Dazzle Rose #FD31E1

RGB

 RED value IS 253 (99.22% from 255) = 48.01%

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

 BLUE value IS 225 (88.28% from 255) = 42.69%

R = 48.01%
G = 9.3%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FD31E1 (or 0xFD31E1) is known color: Razzle Dazzle Rose. HEX triplet: FD, 31 and E1. RGB value is (253,49,225). Sum of RGB (Red+Green+Blue) = 253+49+225=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 49 (19.53% from 255 or 9.30% from 527); Blue value is 225 (88.28% from 255 or 42.69% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FD31E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD31E1 is #02CE1E. Grayscale: #818181. Windows color (decimal): -183839 or 14758397. OLE color: 14758397.

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

Color convert

RGB 253 49 225 -
CMYK 0 0.81 0.11 0.01
HSL 308.24º 0.98% 0.59% -
HSV(B) 308.24º 0.81% 0.99% -
XYZ 55.2 28.52 73.83 -
YUV 130.06 181.59 215.69 -
System Red Green Blue C M Y K H S L
Decimal 253 49 225 0 0.81 0.11 0.01 308.24 0.98 0.59
Hex FD 31 E1 0 51 B 1 134 62 3B
Octal 375 61 341 0 121 13 1 464 142 73
Binary 11111101 110001 11100001 0 1010001 1011 1 100110100 1100010 111011

Color Harmonies of #FD31E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD31E1

Black with #FD31E1

Text Example


Text Example

White with #FD31E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD31E1; }

 p { color: rgb(253,49,225); }

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

background-color css

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

 a { background-color: rgb(253,49,225); }

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

border-color css

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

 span { border-color: rgb(253,49,225); }

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