Html Css Color HEX #F100AD Hollywood Cerise

📋 copy color: '#F100AD'

red 241 ◦ green 0 ◦ blue 173

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

Shades of Hollywood Cerise #F100AD

Tints of Hollywood Cerise #F100AD

RGB

 RED value IS 241 (94.53% from 255) = 58.21%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.21%
G = 0%
B = 41.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F100AD (or 0xF100AD) is known color: Hollywood Cerise. HEX triplet: F1, 00 and AD. RGB value is (241,0,173). Sum of RGB (Red+Green+Blue) = 241+0+173=414 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.21% from 414); Green value is 0 (0.39% from 255 or 0% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 241 - color contains mainly: red. Hex color #F100AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F100AD is #0EFF52. Grayscale: #5B5B5B. Windows color (decimal): -982867 or 11337969. OLE color: 11337969.

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

Color convert

RGB 241 0 173 -
CMYK 0 1 0.28 0.05
HSL 316.93º 1% 0.47% -
HSV(B) 316.93º 1% 0.95% -
XYZ 43.82 21.72 41.42 -
YUV 91.78 173.84 234.43 -
System Red Green Blue C M Y K H S L
Decimal 241 0 173 0 1 0.28 0.05 316.93 1 0.47
Hex F1 0 AD 0 64 1C 5 13D 64 2F
Octal 361 0 255 0 144 34 5 475 144 57
Binary 11110001 0 10101101 0 1100100 11100 101 100111101 1100100 101111

Color Harmonies of #F100AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F100AD

Black with #F100AD

Text Example


Text Example

White with #F100AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F100AD; }

 p { color: rgb(241,0,173); }

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

background-color css

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

 a { background-color: rgb(241,0,173); }

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

border-color css

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

 span { border-color: rgb(241,0,173); }

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