#F043BA

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

Shades of Razzle Dazzle Rose #F043BA

Tints of Razzle Dazzle Rose #F043BA

Color information

#F043BA (or 0xF043BA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 43 and BA. RGB value is (240,67,186). Sum of RGB (Red+Green+Blue) = 240+67+186=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 67 (26.56% from 255 or 13.59% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F043BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F043BA is #0FBC45. Grayscale: #838383. Windows color (decimal): -1031238 or 12207088. OLE color: 12207088.

HSL color Cylindrical-coordinate representation of color #F043BA: hue angle of 318.73º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F043BA is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB24067186-
CMYK00.720.220.06
HSL318.73º85.22%60.2%-
HSV(B)318.73º72.08%94.12%-
XYZ46.8126.0849.02-
YUV132.29158.31204.82-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.68%
GREEN value IS 67 (26.56% from 255) = 13.59%
BLUE value IS 186 (73.05% from 255) = 37.73%
R=48.68%
G=13.59%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2406718600.720.220.06318.7385.2260.2
HexF043BA04816613f553c
Octal360103272011026647712574
Binary1111000010000111011101001001000101101101001111111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F043BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F043BA; }

 p { color: rgb(240,67,186); }

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

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

 a { background-color: rgb(240,67,186); }

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

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

 span { border-color: rgb(240,67,186); }

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