Html Css Color HEX #F304AD Hollywood Cerise

📋 copy color: '#F304AD'

red 243 ◦ green 4 ◦ blue 173

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

Shades of Hollywood Cerise #F304AD

Tints of Hollywood Cerise #F304AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.19%

R = 57.86%
G = 0.95%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F304AD (or 0xF304AD) is known color: Hollywood Cerise. HEX triplet: F3, 04 and AD. RGB value is (243,4,173). Sum of RGB (Red+Green+Blue) = 243+4+173=420 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.86% from 420); Green value is 4 (1.95% from 255 or 0.95% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 243 - color contains mainly: red. Hex color #F304AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F304AD is #0CFB52. Grayscale: #5E5E5E. Windows color (decimal): -850771 or 11338995. OLE color: 11338995.

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

Color convert

RGB 243 4 173 -
CMYK 0 0.98 0.29 0.05
HSL 317.57º 0.97% 0.48% -
HSV(B) 317.57º 0.98% 0.95% -
XYZ 44.55 22.16 41.46 -
YUV 94.73 172.18 233.76 -
System Red Green Blue C M Y K H S L
Decimal 243 4 173 0 0.98 0.29 0.05 317.57 0.97 0.48
Hex F3 4 AD 0 62 1D 5 13E 61 30
Octal 363 4 255 0 142 35 5 476 141 60
Binary 11110011 100 10101101 0 1100010 11101 101 100111110 1100001 110000

Color Harmonies of #F304AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F304AD

Black with #F304AD

Text Example


Text Example

White with #F304AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F304AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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