#F027C6

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

Shades of Razzle Dazzle Rose #F027C6

Tints of Razzle Dazzle Rose #F027C6

Color information

#F027C6 (or 0xF027C6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 27 and C6. RGB value is (240,39,198). Sum of RGB (Red+Green+Blue) = 240+39+198=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 39 (15.62% from 255 or 8.18% from 477); Blue value is 198 (77.73% from 255 or 41.51% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F027C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F027C6 is #0FD839. Grayscale: #747474. Windows color (decimal): -1038394 or 12986352. OLE color: 12986352.

HSL color Cylindrical-coordinate representation of color #F027C6: hue angle of 312.54º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F027C6 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB24039198-
CMYK00.840.180.06
HSL312.54º87.01%54.71%-
HSV(B)312.54º83.75%94.12%-
XYZ46.8524.0555.6-
YUV117.22173.59215.57-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.31%
GREEN value IS 39 (15.62% from 255) = 8.18%
BLUE value IS 198 (77.73% from 255) = 41.51%
R=50.31%
G=8.18%
B=41.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2403919800.840.180.06312.5487.0154.71
HexF027C60541261395737
Octal36047306012422647112767
Binary111100001001111100011001010100100101101001110011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F027C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F027C6; }

 p { color: rgb(240,39,198); }

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

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

 a { background-color: rgb(240,39,198); }

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

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

 span { border-color: rgb(240,39,198); }

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