Html Css Color HEX #FE50C7 Razzle Dazzle Rose

📋 copy color: '#FE50C7'

red 254 ◦ green 80 ◦ blue 199

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

Shades of Razzle Dazzle Rose #FE50C7

Tints of Razzle Dazzle Rose #FE50C7

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.01%

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

R = 47.65%
G = 15.01%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FE50C7 (or 0xFE50C7) is known color: Razzle Dazzle Rose. HEX triplet: FE, 50 and C7. RGB value is (254,80,199). Sum of RGB (Red+Green+Blue) = 254+80+199=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 80 (31.64% from 255 or 15.01% from 533); Blue value is 199 (78.12% from 255 or 37.34% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FE50C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE50C7 is #01AF38. Grayscale: #919191. Windows color (decimal): -110393 or 13062398. OLE color: 13062398.

HSL color Cylindrical-coordinate representation of color #FE50C7: hue angle of 318.97º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE50C7 is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 80 199 -
CMYK 0 0.69 0.22 0.00
HSL 318.97º 0.99% 0.65% -
HSV(B) 318.97º 0.69% 1% -
XYZ 54.05 30.93 57.15 -
YUV 145.59 158.15 205.32 -
System Red Green Blue C M Y K H S L
Decimal 254 80 199 0 0.69 0.22 0.00 318.97 0.99 0.65
Hex FE 50 C7 0 45 16 0 13F 63 41
Octal 376 120 307 0 105 26 0 477 143 101
Binary 11111110 1010000 11000111 0 1000101 10110 0 100111111 1100011 1000001

Color Harmonies of #FE50C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE50C7

Black with #FE50C7

Text Example


Text Example

White with #FE50C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE50C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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