Html Css Color HEX #FE31C7 Razzle Dazzle Rose

📋 copy color: '#FE31C7'

red 254 ◦ green 49 ◦ blue 199

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

Shades of Razzle Dazzle Rose #FE31C7

Tints of Razzle Dazzle Rose #FE31C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.64%

R = 50.6%
G = 9.76%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FE31C7 (or 0xFE31C7) is known color: Razzle Dazzle Rose. HEX triplet: FE, 31 and C7. RGB value is (254,49,199). Sum of RGB (Red+Green+Blue) = 254+49+199=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 49 (19.53% from 255 or 9.76% from 502); Blue value is 199 (78.12% from 255 or 39.64% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE31C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE31C7 is #01CE38. Grayscale: #7F7F7F. Windows color (decimal): -118329 or 13054462. OLE color: 13054462.

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

Color convert

RGB 254 49 199 -
CMYK 0 0.81 0.22 0.00
HSL 316.1º 0.99% 0.59% -
HSV(B) 316.1º 0.81% 1% -
XYZ 52.28 27.39 56.56 -
YUV 127.4 168.42 218.3 -
System Red Green Blue C M Y K H S L
Decimal 254 49 199 0 0.81 0.22 0.00 316.1 0.99 0.59
Hex FE 31 C7 0 51 16 0 13C 63 3B
Octal 376 61 307 0 121 26 0 474 143 73
Binary 11111110 110001 11000111 0 1010001 10110 0 100111100 1100011 111011

Color Harmonies of #FE31C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE31C7

Black with #FE31C7

Text Example


Text Example

White with #FE31C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE31C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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