Html Css Color HEX #F308AA Hollywood Cerise

📋 copy color: '#F308AA'

red 243 ◦ green 8 ◦ blue 170

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

Shades of Hollywood Cerise #F308AA

Tints of Hollywood Cerise #F308AA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.9%

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

R = 57.72%
G = 1.9%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F308AA (or 0xF308AA) is known color: Hollywood Cerise. HEX triplet: F3, 08 and AA. RGB value is (243,8,170). Sum of RGB (Red+Green+Blue) = 243+8+170=421 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.72% from 421); Green value is 8 (3.52% from 255 or 1.90% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 243 - color contains mainly: red. Hex color #F308AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F308AA is #0CF755. Grayscale: #606060. Windows color (decimal): -849750 or 11143411. OLE color: 11143411.

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

Color convert

RGB 243 8 170 -
CMYK 0 0.97 0.30 0.05
HSL 318.64º 0.94% 0.49% -
HSV(B) 318.64º 0.97% 0.95% -
XYZ 44.3 22.13 39.97 -
YUV 96.73 169.36 232.33 -
System Red Green Blue C M Y K H S L
Decimal 243 8 170 0 0.97 0.30 0.05 318.64 0.94 0.49
Hex F3 8 AA 0 61 1E 5 13F 5E 31
Octal 363 10 252 0 141 36 5 477 136 61
Binary 11110011 1000 10101010 0 1100001 11110 101 100111111 1011110 110001

Color Harmonies of #F308AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F308AA

Black with #F308AA

Text Example


Text Example

White with #F308AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F308AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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