Html Css Color HEX #F10BAB Hollywood Cerise

📋 copy color: '#F10BAB'

red 241 ◦ green 11 ◦ blue 171

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

Shades of Hollywood Cerise #F10BAB

Tints of Hollywood Cerise #F10BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.43%

R = 56.97%
G = 2.6%
B = 40.43%

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

#F10BAB (or 0xF10BAB) is known color: Hollywood Cerise. HEX triplet: F1, 0B and AB. RGB value is (241,11,171). Sum of RGB (Red+Green+Blue) = 241+11+171=423 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.97% from 423); Green value is 11 (4.69% from 255 or 2.60% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 241 - color contains mainly: red. Hex color #F10BAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10BAB is #0EF454. Grayscale: #616161. Windows color (decimal): -980053 or 11209713. OLE color: 11209713.

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

Color convert

RGB 241 11 171 -
CMYK 0 0.95 0.29 0.05
HSL 318.26º 0.91% 0.49% -
HSV(B) 318.26º 0.95% 0.95% -
XYZ 43.75 21.88 40.45 -
YUV 98.01 169.2 229.99 -
System Red Green Blue C M Y K H S L
Decimal 241 11 171 0 0.95 0.29 0.05 318.26 0.91 0.49
Hex F1 B AB 0 5F 1D 5 13E 5B 31
Octal 361 13 253 0 137 35 5 476 133 61
Binary 11110001 1011 10101011 0 1011111 11101 101 100111110 1011011 110001

Color Harmonies of #F10BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10BAB

Black with #F10BAB

Text Example


Text Example

White with #F10BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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