#F053AF

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

Shades of Brilliant Rose #F053AF

Tints of Brilliant Rose #F053AF

Color information

#F053AF (or 0xF053AF) is unknown color: approx Brilliant Rose. HEX triplet: F0, 53 and AF. RGB value is (240,83,175). Sum of RGB (Red+Green+Blue) = 240+83+175=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 83 (32.81% from 255 or 16.67% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 240 - color contains mainly: red. Hex color #F053AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F053AF is #0FAC50. Grayscale: #8C8C8C. Windows color (decimal): -1027153 or 11490288. OLE color: 11490288.

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

Color convert

RGB24083175-
CMYK00.650.270.06
HSL324.84º83.96%63.33%-
HSV(B)324.84º65.42%94.12%-
XYZ46.7727.8143.46-
YUV140.43147.51199.02-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.19%
GREEN value IS 83 (32.81% from 255) = 16.67%
BLUE value IS 175 (68.75% from 255) = 35.14%
R=48.19%
G=16.67%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408317500.650.270.06324.8483.9663.33
HexF053AF0411B6145543f
Octal360123257010133650512477
Binary1111000010100111010111101000001110111101010001011010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F053AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F053AF; }

 p { color: rgb(240,83,175); }

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

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

 a { background-color: rgb(240,83,175); }

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

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

 span { border-color: rgb(240,83,175); }

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