Html Css Color HEX #F301AD Hollywood Cerise

📋 copy color: '#F301AD'

red 243 ◦ green 1 ◦ blue 173

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

Shades of Hollywood Cerise #F301AD

Tints of Hollywood Cerise #F301AD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

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

R = 58.27%
G = 0.24%
B = 41.49%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F301AD (or 0xF301AD) is known color: Hollywood Cerise. HEX triplet: F3, 01 and AD. RGB value is (243,1,173). Sum of RGB (Red+Green+Blue) = 243+1+173=417 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.27% from 417); Green value is 1 (0.78% from 255 or 0.24% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 243 - color contains mainly: red. Hex color #F301AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F301AD is #0CFE52. Grayscale: #5C5C5C. Windows color (decimal): -851539 or 11338227. OLE color: 11338227.

HSL color Cylindrical-coordinate representation of color #F301AD: hue angle of 317.36º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F301AD is Cyan = 0, Magento = 1.00, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 1 173 -
CMYK 0 1.00 0.29 0.05
HSL 317.36º 0.99% 0.48% -
HSV(B) 317.36º 1% 0.95% -
XYZ 44.52 22.09 41.45 -
YUV 92.97 173.17 235.01 -
System Red Green Blue C M Y K H S L
Decimal 243 1 173 0 1.00 0.29 0.05 317.36 0.99 0.48
Hex F3 1 AD 0 64 1D 5 13D 63 30
Octal 363 1 255 0 144 35 5 475 143 60
Binary 11110011 1 10101101 0 1100100 11101 101 100111101 1100011 110000

Color Harmonies of #F301AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F301AD

Black with #F301AD

Text Example


Text Example

White with #F301AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F301AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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