Html Css Color HEX #F300AC Hollywood Cerise

📋 copy color: '#F300AC'

red 243 ◦ green 0 ◦ blue 172

#F300AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hollywood Cerise #F300AC

Tints of Hollywood Cerise #F300AC

RGB

 RED value IS 243 (95.31% from 255) = 58.55%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 172 (67.58% from 255) = 41.45%

R = 58.55%
G = 0%
B = 41.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F300AC (or 0xF300AC) is known color: Hollywood Cerise. HEX triplet: F3, 00 and AC. RGB value is (243,0,172). Sum of RGB (Red+Green+Blue) = 243+0+172=415 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.55% from 415); Green value is 0 (0.39% from 255 or 0% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 243 - color contains mainly: red. Hex color #F300AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F300AC is #0CFF53. Grayscale: #5B5B5B. Windows color (decimal): -851796 or 11272435. OLE color: 11272435.

HSL color Cylindrical-coordinate representation of color #F300AC: hue angle of 317.53º 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 #F300AC is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 0 172 -
CMYK 0 1 0.29 0.05
HSL 317.53º 1% 0.48% -
HSV(B) 317.53º 1% 0.95% -
XYZ 44.41 22.03 40.94 -
YUV 92.27 173.01 235.51 -
System Red Green Blue C M Y K H S L
Decimal 243 0 172 0 1 0.29 0.05 317.53 1 0.48
Hex F3 0 AC 0 64 1D 5 13E 64 30
Octal 363 0 254 0 144 35 5 476 144 60
Binary 11110011 0 10101100 0 1100100 11101 101 100111110 1100100 110000

Color Harmonies of #F300AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F300AC

Black with #F300AC

Text Example


Text Example

White with #F300AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F300AC; }

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

 H1.HeaderClassName
 {
   color: #F300AC;
 }
 .AnyTagClassName
 {
   color: #F300AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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