Html Css Color HEX #F100AC Hollywood Cerise

📋 copy color: '#F100AC'

red 241 ◦ green 0 ◦ blue 172

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

Shades of Hollywood Cerise #F100AC

Tints of Hollywood Cerise #F100AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.65%

R = 58.35%
G = 0%
B = 41.65%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F100AC (or 0xF100AC) is known color: Hollywood Cerise. HEX triplet: F1, 00 and AC. RGB value is (241,0,172). Sum of RGB (Red+Green+Blue) = 241+0+172=413 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.35% from 413); Green value is 0 (0.39% from 255 or 0% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 241 - color contains mainly: red. Hex color #F100AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F100AC is #0EFF53. Grayscale: #5B5B5B. Windows color (decimal): -982868 or 11272433. OLE color: 11272433.

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

Color convert

RGB 241 0 172 -
CMYK 0 1 0.29 0.05
HSL 317.18º 1% 0.47% -
HSV(B) 317.18º 1% 0.95% -
XYZ 43.72 21.68 40.91 -
YUV 91.67 173.34 234.51 -
System Red Green Blue C M Y K H S L
Decimal 241 0 172 0 1 0.29 0.05 317.18 1 0.47
Hex F1 0 AC 0 64 1D 5 13D 64 2F
Octal 361 0 254 0 144 35 5 475 144 57
Binary 11110001 0 10101100 0 1100100 11101 101 100111101 1100100 101111

Color Harmonies of #F100AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F100AC

Black with #F100AC

Text Example


Text Example

White with #F100AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F100AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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