Html Css Color HEX #F10BAC Hollywood Cerise

📋 copy color: '#F10BAC'

red 241 ◦ green 11 ◦ blue 172

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

Shades of Hollywood Cerise #F10BAC

Tints of Hollywood Cerise #F10BAC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.59%

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

R = 56.84%
G = 2.59%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F10BAC (or 0xF10BAC) is known color: Hollywood Cerise. HEX triplet: F1, 0B and AC. RGB value is (241,11,172). Sum of RGB (Red+Green+Blue) = 241+11+172=424 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.84% from 424); Green value is 11 (4.69% from 255 or 2.59% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 241 - color contains mainly: red. Hex color #F10BAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10BAC is #0EF453. Grayscale: #616161. Windows color (decimal): -980052 or 11275249. OLE color: 11275249.

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

Color convert

RGB 241 11 172 -
CMYK 0 0.95 0.29 0.05
HSL 318º 0.91% 0.49% -
HSV(B) 318º 0.95% 0.95% -
XYZ 43.84 21.92 40.95 -
YUV 98.12 169.7 229.91 -
System Red Green Blue C M Y K H S L
Decimal 241 11 172 0 0.95 0.29 0.05 318 0.91 0.49
Hex F1 B AC 0 5F 1D 5 13E 5B 31
Octal 361 13 254 0 137 35 5 476 133 61
Binary 11110001 1011 10101100 0 1011111 11101 101 100111110 1011011 110001

Color Harmonies of #F10BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10BAC

Black with #F10BAC

Text Example


Text Example

White with #F10BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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