#F300AF

Color #F300AF Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #F300AF

Tints of Hollywood Cerise #F300AF

Color information

#F300AF (or 0xF300AF) is unknown color: approx Hollywood Cerise. HEX triplet: F3, 00 and AF. RGB value is (243,0,175). Sum of RGB (Red+Green+Blue) = 243+0+175=418 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.13% from 418); Green value is 0 (0.39% from 255 or 0% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 243 - color contains mainly: red. Hex color #F300AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F300AF is #0CFF50. Grayscale: #5C5C5C. Windows color (decimal): -851793 or 11469043. OLE color: 11469043.

HSL color Cylindrical-coordinate representation of color #F300AF: hue angle of 316.79º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F300AF is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB2430175-
CMYK010.280.05
HSL316.79º100%47.65%-
HSV(B)316.79º100%95.29%-
XYZ44.722.1542.48-
YUV92.61174.51235.27-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 58.13%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 175 (68.75% from 255) = 41.87%
R=58.13%
G=0%
B=41.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2430175010.280.05316.7910047.65
HexF30AF0641C513d6430
Octal3630257014434547514460
Binary1111001101010111101100100111001011001111011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F300AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F300AF; }

 p { color: rgb(243,0,175); }

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

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

 a { background-color: rgb(243,0,175); }

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

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

 span { border-color: rgb(243,0,175); }

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