Html Css Color HEX #FF50C6 Razzle Dazzle Rose

📋 copy color: '#FF50C6'

red 255 ◦ green 80 ◦ blue 198

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

Shades of Razzle Dazzle Rose #FF50C6

Tints of Razzle Dazzle Rose #FF50C6

RGB

 RED value IS 255 (100% from 255) = 47.84%

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

 BLUE value IS 198 (77.73% from 255) = 37.15%

R = 47.84%
G = 15.01%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FF50C6 (or 0xFF50C6) is known color: Razzle Dazzle Rose. HEX triplet: FF, 50 and C6. RGB value is (255,80,198). Sum of RGB (Red+Green+Blue) = 255+80+198=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 80 (31.64% from 255 or 15.01% from 533); Blue value is 198 (77.73% from 255 or 37.15% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FF50C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF50C6 is #00AF39. Grayscale: #919191. Windows color (decimal): -44858 or 12996863. OLE color: 12996863.

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

Color convert

RGB 255 80 198 -
CMYK 0 0.69 0.22 0
HSL 319.54º 1% 0.66% -
HSV(B) 319.54º 0.69% 1% -
XYZ 54.3 31.07 56.56 -
YUV 145.78 157.48 205.91 -
System Red Green Blue C M Y K H S L
Decimal 255 80 198 0 0.69 0.22 0 319.54 1 0.66
Hex FF 50 C6 0 45 16 0 140 64 42
Octal 377 120 306 0 105 26 0 500 144 102
Binary 11111111 1010000 11000110 0 1000101 10110 0 101000000 1100100 1000010

Color Harmonies of #FF50C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF50C6

Black with #FF50C6

Text Example


Text Example

White with #FF50C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF50C6; }

 p { color: rgb(255,80,198); }

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

background-color css

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

 a { background-color: rgb(255,80,198); }

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

border-color css

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

 span { border-color: rgb(255,80,198); }

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