Html Css Color HEX #F304A8 Hollywood Cerise

📋 copy color: '#F304A8'

red 243 ◦ green 4 ◦ blue 168

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

Shades of Hollywood Cerise #F304A8

Tints of Hollywood Cerise #F304A8

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.96%

 BLUE value IS 168 (66.02% from 255) = 40.48%

R = 58.55%
G = 0.96%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F304A8 (or 0xF304A8) is known color: Hollywood Cerise. HEX triplet: F3, 04 and A8. RGB value is (243,4,168). Sum of RGB (Red+Green+Blue) = 243+4+168=415 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.55% from 415); Green value is 4 (1.95% from 255 or 0.96% from 415); Blue value is 168 (66.02% from 255 or 40.48% from 415); Max value from RGB is 243 - color contains mainly: red. Hex color #F304A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F304A8 is #0CFB57. Grayscale: #5D5D5D. Windows color (decimal): -850776 or 11011315. OLE color: 11011315.

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

Color convert

RGB 243 4 168 -
CMYK 0 0.98 0.31 0.05
HSL 318.83º 0.97% 0.48% -
HSV(B) 318.83º 0.98% 0.95% -
XYZ 44.07 21.97 38.96 -
YUV 94.16 169.68 234.16 -
System Red Green Blue C M Y K H S L
Decimal 243 4 168 0 0.98 0.31 0.05 318.83 0.97 0.48
Hex F3 4 A8 0 62 1F 5 13F 61 30
Octal 363 4 250 0 142 37 5 477 141 60
Binary 11110011 100 10101000 0 1100010 11111 101 100111111 1100001 110000

Color Harmonies of #F304A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F304A8

Black with #F304A8

Text Example


Text Example

White with #F304A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F304A8; }

 p { color: rgb(243,4,168); }

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

background-color css

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

 a { background-color: rgb(243,4,168); }

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

border-color css

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

 span { border-color: rgb(243,4,168); }

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