#F027BF

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

Shades of Razzle Dazzle Rose #F027BF

Tints of Razzle Dazzle Rose #F027BF

Color information

#F027BF (or 0xF027BF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 27 and BF. RGB value is (240,39,191). Sum of RGB (Red+Green+Blue) = 240+39+191=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 39 (15.62% from 255 or 8.30% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F027BF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F027BF is #0FD840. Grayscale: #747474. Windows color (decimal): -1038401 or 12527600. OLE color: 12527600.

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

Color convert

RGB24039191-
CMYK00.840.200.06
HSL314.63º87.01%54.71%-
HSV(B)314.63º83.75%94.12%-
XYZ46.0623.7451.44-
YUV116.43170.09216.14-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.06%
GREEN value IS 39 (15.62% from 255) = 8.30%
BLUE value IS 191 (75% from 255) = 40.64%
R=51.06%
G=8.30%
B=40.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2403919100.840.200.06314.6387.0154.71
HexF027BF05414613b5737
Octal36047277012424647312767
Binary111100001001111011111101010100101001101001110111010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F027BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F027BF; }

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

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

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

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

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

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

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

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