#F027BE

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

Shades of Razzle Dazzle Rose #F027BE

Tints of Razzle Dazzle Rose #F027BE

Color information

#F027BE (or 0xF027BE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 27 and BE. RGB value is (240,39,190). Sum of RGB (Red+Green+Blue) = 240+39+190=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 39 (15.62% from 255 or 8.32% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F027BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F027BE is #0FD841. Grayscale: #737373. Windows color (decimal): -1038402 or 12462064. OLE color: 12462064.

HSL color Cylindrical-coordinate representation of color #F027BE: hue angle of 314.93º 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 #F027BE is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB24039190-
CMYK00.840.210.06
HSL314.93º87.01%54.71%-
HSV(B)314.93º83.75%94.12%-
XYZ45.9523.6950.87-
YUV116.31169.59216.22-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.17%
GREEN value IS 39 (15.62% from 255) = 8.32%
BLUE value IS 190 (74.61% from 255) = 40.51%
R=51.17%
G=8.32%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2403919000.840.210.06314.9387.0154.71
HexF027BE05415613b5737
Octal36047276012425647312767
Binary111100001001111011111001010100101011101001110111010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F027BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F027BE; }

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

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

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

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

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

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

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

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