Html Css Color HEX #FE50D0 Razzle Dazzle Rose

📋 copy color: '#FE50D0'

red 254 ◦ green 80 ◦ blue 208

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

Shades of Razzle Dazzle Rose #FE50D0

Tints of Razzle Dazzle Rose #FE50D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.38%

R = 46.86%
G = 14.76%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#FE50D0 (or 0xFE50D0) is known color: Razzle Dazzle Rose. HEX triplet: FE, 50 and D0. RGB value is (254,80,208). Sum of RGB (Red+Green+Blue) = 254+80+208=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 80 (31.64% from 255 or 14.76% from 542); Blue value is 208 (81.64% from 255 or 38.38% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FE50D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE50D0 is #01AF2F. Grayscale: #929292. Windows color (decimal): -110384 or 13652222. OLE color: 13652222.

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

Color convert

RGB 254 80 208 -
CMYK 0 0.69 0.18 0.00
HSL 315.86º 0.99% 0.65% -
HSV(B) 315.86º 0.69% 1% -
XYZ 55.13 31.36 62.82 -
YUV 146.62 162.65 204.59 -
System Red Green Blue C M Y K H S L
Decimal 254 80 208 0 0.69 0.18 0.00 315.86 0.99 0.65
Hex FE 50 D0 0 45 12 0 13C 63 41
Octal 376 120 320 0 105 22 0 474 143 101
Binary 11111110 1010000 11010000 0 1000101 10010 0 100111100 1100011 1000001

Color Harmonies of #FE50D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE50D0

Black with #FE50D0

Text Example


Text Example

White with #FE50D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE50D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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