Html Css Color HEX #FE31CD Razzle Dazzle Rose

📋 copy color: '#FE31CD'

red 254 ◦ green 49 ◦ blue 205

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

Shades of Razzle Dazzle Rose #FE31CD

Tints of Razzle Dazzle Rose #FE31CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.35%

R = 50%
G = 9.65%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE31CD (or 0xFE31CD) is known color: Razzle Dazzle Rose. HEX triplet: FE, 31 and CD. RGB value is (254,49,205). Sum of RGB (Red+Green+Blue) = 254+49+205=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 49 (19.53% from 255 or 9.65% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE31CD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE31CD is #01CE32. Grayscale: #7F7F7F. Windows color (decimal): -118323 or 13447678. OLE color: 13447678.

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

Color convert

RGB 254 49 205 -
CMYK 0 0.81 0.19 0.00
HSL 314.34º 0.99% 0.59% -
HSV(B) 314.34º 0.81% 1% -
XYZ 52.99 27.68 60.31 -
YUV 128.08 171.42 217.82 -
System Red Green Blue C M Y K H S L
Decimal 254 49 205 0 0.81 0.19 0.00 314.34 0.99 0.59
Hex FE 31 CD 0 51 13 0 13A 63 3B
Octal 376 61 315 0 121 23 0 472 143 73
Binary 11111110 110001 11001101 0 1010001 10011 0 100111010 1100011 111011

Color Harmonies of #FE31CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE31CD

Black with #FE31CD

Text Example


Text Example

White with #FE31CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE31CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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