Html Css Color HEX #FE31C3 Razzle Dazzle Rose

📋 copy color: '#FE31C3'

red 254 ◦ green 49 ◦ blue 195

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

Shades of Razzle Dazzle Rose #FE31C3

Tints of Razzle Dazzle Rose #FE31C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 39.16%

R = 51%
G = 9.84%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#FE31C3 (or 0xFE31C3) is known color: Razzle Dazzle Rose. HEX triplet: FE, 31 and C3. RGB value is (254,49,195). Sum of RGB (Red+Green+Blue) = 254+49+195=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 49 (19.53% from 255 or 9.84% from 498); Blue value is 195 (76.56% from 255 or 39.16% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE31C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE31C3 is #01CE3C. Grayscale: #7E7E7E. Windows color (decimal): -118333 or 12792318. OLE color: 12792318.

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

Color convert

RGB 254 49 195 -
CMYK 0 0.81 0.23 0.00
HSL 317.27º 0.99% 0.59% -
HSV(B) 317.27º 0.81% 1% -
XYZ 51.82 27.21 54.15 -
YUV 126.94 166.42 218.63 -
System Red Green Blue C M Y K H S L
Decimal 254 49 195 0 0.81 0.23 0.00 317.27 0.99 0.59
Hex FE 31 C3 0 51 17 0 13D 63 3B
Octal 376 61 303 0 121 27 0 475 143 73
Binary 11111110 110001 11000011 0 1010001 10111 0 100111101 1100011 111011

Color Harmonies of #FE31C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE31C3

Black with #FE31C3

Text Example


Text Example

White with #FE31C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE31C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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