Html Css Color HEX #F300AE Hollywood Cerise

📋 copy color: '#F300AE'

red 243 ◦ green 0 ◦ blue 174

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

Shades of Hollywood Cerise #F300AE

Tints of Hollywood Cerise #F300AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.73%

R = 58.27%
G = 0%
B = 41.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F300AE (or 0xF300AE) is known color: Hollywood Cerise. HEX triplet: F3, 00 and AE. RGB value is (243,0,174). Sum of RGB (Red+Green+Blue) = 243+0+174=417 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.27% from 417); Green value is 0 (0.39% from 255 or 0% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 243 - color contains mainly: red. Hex color #F300AE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F300AE is #0CFF51. Grayscale: #5C5C5C. Windows color (decimal): -851794 or 11403507. OLE color: 11403507.

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

Color convert

RGB 243 0 174 -
CMYK 0 1 0.28 0.05
HSL 317.04º 1% 0.48% -
HSV(B) 317.04º 1% 0.95% -
XYZ 44.6 22.11 41.96 -
YUV 92.49 174.01 235.35 -
System Red Green Blue C M Y K H S L
Decimal 243 0 174 0 1 0.28 0.05 317.04 1 0.48
Hex F3 0 AE 0 64 1C 5 13D 64 30
Octal 363 0 256 0 144 34 5 475 144 60
Binary 11110011 0 10101110 0 1100100 11100 101 100111101 1100100 110000

Color Harmonies of #F300AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F300AE

Black with #F300AE

Text Example


Text Example

White with #F300AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F300AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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