#FF40CF

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

Shades of Razzle Dazzle Rose #FF40CF

Tints of Razzle Dazzle Rose #FF40CF

Color information

#FF40CF (or 0xFF40CF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 40 and CF. RGB value is (255,64,207). Sum of RGB (Red+Green+Blue) = 255+64+207=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 64 (25.39% from 255 or 12.17% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FF40CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF40CF is #00BF30. Grayscale: #898989. Windows color (decimal): -48945 or 13582591. OLE color: 13582591.

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

Color convert

RGB25564207-
CMYK00.750.190
HSL315.08º100%62.55%-
HSV(B)315.08º74.9%100%-
XYZ54.3429.4361.85-
YUV137.41167.28211.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.48%
GREEN value IS 64 (25.39% from 255) = 12.17%
BLUE value IS 207 (81.25% from 255) = 39.35%
R=48.48%
G=12.17%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556420700.750.190315.0810062.55
HexFF40CF04B13013b643f
Octal377100317011323047314477
Binary11111111100000011001111010010111001101001110111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF40CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF40CF; }

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

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

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

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

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

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

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

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