Html Css Color HEX #FE50D3 Razzle Dazzle Rose

📋 copy color: '#FE50D3'

red 254 ◦ green 80 ◦ blue 211

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

Shades of Razzle Dazzle Rose #FE50D3

Tints of Razzle Dazzle Rose #FE50D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.72%

R = 46.61%
G = 14.68%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FE50D3 (or 0xFE50D3) is known color: Razzle Dazzle Rose. HEX triplet: FE, 50 and D3. RGB value is (254,80,211). Sum of RGB (Red+Green+Blue) = 254+80+211=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 80 (31.64% from 255 or 14.68% from 545); Blue value is 211 (82.81% from 255 or 38.72% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FE50D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE50D3 is #01AF2C. Grayscale: #929292. Windows color (decimal): -110381 or 13848830. OLE color: 13848830.

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

Color convert

RGB 254 80 211 -
CMYK 0 0.69 0.17 0.00
HSL 314.83º 0.99% 0.65% -
HSV(B) 314.83º 0.69% 1% -
XYZ 55.5 31.51 64.79 -
YUV 146.96 164.15 204.35 -
System Red Green Blue C M Y K H S L
Decimal 254 80 211 0 0.69 0.17 0.00 314.83 0.99 0.65
Hex FE 50 D3 0 45 11 0 13B 63 41
Octal 376 120 323 0 105 21 0 473 143 101
Binary 11111110 1010000 11010011 0 1000101 10001 0 100111011 1100011 1000001

Color Harmonies of #FE50D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE50D3

Black with #FE50D3

Text Example


Text Example

White with #FE50D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE50D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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