#FF50CF

Color #FF50CF Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #FF50CF

Tints of Razzle Dazzle Rose #FF50CF

Color information

#FF50CF (or 0xFF50CF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 50 and CF. RGB value is (255,80,207). Sum of RGB (Red+Green+Blue) = 255+80+207=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 80 (31.64% from 255 or 14.76% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FF50CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF50CF is #00AF30. Grayscale: #929292. Windows color (decimal): -44849 or 13586687. OLE color: 13586687.

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

Color convert

RGB25580207-
CMYK00.690.190
HSL316.46º100%65.69%-
HSV(B)316.46º68.63%100%-
XYZ55.3731.562.19-
YUV146.8161.98205.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.05%
GREEN value IS 80 (31.64% from 255) = 14.76%
BLUE value IS 207 (81.25% from 255) = 38.19%
R=47.05%
G=14.76%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558020700.690.190316.4610065.69
HexFF50CF04513013c6442
Octal3771203170105230474144102
Binary111111111010000110011110100010110011010011110011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF50CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF50CF; }

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

 H1.HeaderClassName
 {
   color: #FF50CF;
 }
 .AnyTagClassName
 {
   color: #FF50CF;
 }
</style>
background-color css

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

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

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

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

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

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