Html Css Color HEX #F300AA Hollywood Cerise

📋 copy color: '#F300AA'

red 243 ◦ green 0 ◦ blue 170

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

Shades of Hollywood Cerise #F300AA

Tints of Hollywood Cerise #F300AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.16%

R = 58.84%
G = 0%
B = 41.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F300AA (or 0xF300AA) is known color: Hollywood Cerise. HEX triplet: F3, 00 and AA. RGB value is (243,0,170). Sum of RGB (Red+Green+Blue) = 243+0+170=413 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.84% from 413); Green value is 0 (0.39% from 255 or 0% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 243 - color contains mainly: red. Hex color #F300AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F300AA is #0CFF55. Grayscale: #5B5B5B. Windows color (decimal): -851798 or 11141363. OLE color: 11141363.

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

Color convert

RGB 243 0 170 -
CMYK 0 1 0.30 0.05
HSL 318.02º 1% 0.48% -
HSV(B) 318.02º 1% 0.95% -
XYZ 44.22 21.96 39.94 -
YUV 92.04 172.01 235.68 -
System Red Green Blue C M Y K H S L
Decimal 243 0 170 0 1 0.30 0.05 318.02 1 0.48
Hex F3 0 AA 0 64 1E 5 13E 64 30
Octal 363 0 252 0 144 36 5 476 144 60
Binary 11110011 0 10101010 0 1100100 11110 101 100111110 1100100 110000

Color Harmonies of #F300AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F300AA

Black with #F300AA

Text Example


Text Example

White with #F300AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F300AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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