Html Css Color HEX #F304AF Hollywood Cerise

📋 copy color: '#F304AF'

red 243 ◦ green 4 ◦ blue 175

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

Shades of Hollywood Cerise #F304AF

Tints of Hollywood Cerise #F304AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.47%

R = 57.58%
G = 0.95%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F304AF (or 0xF304AF) is known color: Hollywood Cerise. HEX triplet: F3, 04 and AF. RGB value is (243,4,175). Sum of RGB (Red+Green+Blue) = 243+4+175=422 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.58% from 422); Green value is 4 (1.95% from 255 or 0.95% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 243 - color contains mainly: red. Hex color #F304AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F304AF is #0CFB50. Grayscale: #5E5E5E. Windows color (decimal): -850769 or 11470067. OLE color: 11470067.

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

Color convert

RGB 243 4 175 -
CMYK 0 0.98 0.28 0.05
HSL 317.07º 0.97% 0.48% -
HSV(B) 317.07º 0.98% 0.95% -
XYZ 44.74 22.24 42.49 -
YUV 94.96 173.18 233.6 -
System Red Green Blue C M Y K H S L
Decimal 243 4 175 0 0.98 0.28 0.05 317.07 0.97 0.48
Hex F3 4 AF 0 62 1C 5 13D 61 30
Octal 363 4 257 0 142 34 5 475 141 60
Binary 11110011 100 10101111 0 1100010 11100 101 100111101 1100001 110000

Color Harmonies of #F304AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F304AF

Black with #F304AF

Text Example


Text Example

White with #F304AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F304AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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