#F140CF

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

Shades of Razzle Dazzle Rose #F140CF

Tints of Razzle Dazzle Rose #F140CF

Color information

#F140CF (or 0xF140CF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 40 and CF. RGB value is (241,64,207). Sum of RGB (Red+Green+Blue) = 241+64+207=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 64 (25.39% from 255 or 12.5% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F140CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F140CF is #0EBF30. Grayscale: #848484. Windows color (decimal): -966449 or 13582577. OLE color: 13582577.

HSL color Cylindrical-coordinate representation of color #F140CF: hue angle of 311.53º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F140CF is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB24164207-
CMYK00.730.140.05
HSL311.53º86.34%59.8%-
HSV(B)311.53º73.44%94.51%-
XYZ49.3726.8761.62-
YUV133.22169.64204.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.07%
GREEN value IS 64 (25.39% from 255) = 12.5%
BLUE value IS 207 (81.25% from 255) = 40.43%
R=47.07%
G=12.5%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416420700.730.140.05311.5386.3459.8
HexF140CF049E5138563c
Octal361100317011116547012674
Binary111100011000000110011110100100111101011001110001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F140CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F140CF; }

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

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

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

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

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

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

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

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