#F04277

Color #F04277 Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Red #F04277

Tints of Violet Red #F04277

Color information

#F04277 (or 0xF04277) is unknown color: approx Violet Red. HEX triplet: F0, 42 and 77. RGB value is (240,66,119). Sum of RGB (Red+Green+Blue) = 240+66+119=425 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.47% from 425); Green value is 66 (26.17% from 255 or 15.53% from 425); Blue value is 119 (46.88% from 255 or 28% from 425); Max value from RGB is 240 - color contains mainly: red. Hex color #F04277 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04277 is #0FBD88. Grayscale: #7C7C7C. Windows color (decimal): -1031561 or 7815920. OLE color: 7815920.

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

Color convert

RGB24066119-
CMYK00.720.500.06
HSL341.72º85.29%60%-
HSV(B)341.72º72.5%94.12%-
XYZ41.2123.7519.87-
YUV124.07125.15210.69-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 56.47%
GREEN value IS 66 (26.17% from 255) = 15.53%
BLUE value IS 119 (46.88% from 255) = 28%
R=56.47%
G=15.53%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2406611900.720.500.06341.7285.2960
HexF04277048326156553c
Octal360102167011062652612574
Binary1111000010000101110111010010001100101101010101101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04277; }

 p { color: rgb(240,66,119); }

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

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

 a { background-color: rgb(240,66,119); }

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

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

 span { border-color: rgb(240,66,119); }

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