Html Css Color HEX #F106B2 Hollywood Cerise

📋 copy color: '#F106B2'

red 241 ◦ green 6 ◦ blue 178

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

Shades of Hollywood Cerise #F106B2

Tints of Hollywood Cerise #F106B2

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.41%

 BLUE value IS 178 (69.92% from 255) = 41.88%

R = 56.71%
G = 1.41%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F106B2 (or 0xF106B2) is known color: Hollywood Cerise. HEX triplet: F1, 06 and B2. RGB value is (241,6,178). Sum of RGB (Red+Green+Blue) = 241+6+178=425 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.71% from 425); Green value is 6 (2.73% from 255 or 1.41% from 425); Blue value is 178 (69.92% from 255 or 41.88% from 425); Max value from RGB is 241 - color contains mainly: red. Hex color #F106B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F106B2 is #0EF94D. Grayscale: #5F5F5F. Windows color (decimal): -981326 or 11667185. OLE color: 11667185.

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

Color convert

RGB 241 6 178 -
CMYK 0 0.98 0.26 0.05
HSL 316.09º 0.95% 0.48% -
HSV(B) 316.09º 0.98% 0.95% -
XYZ 44.38 22.05 44.04 -
YUV 95.87 174.36 231.51 -
System Red Green Blue C M Y K H S L
Decimal 241 6 178 0 0.98 0.26 0.05 316.09 0.95 0.48
Hex F1 6 B2 0 62 1A 5 13C 5F 30
Octal 361 6 262 0 142 32 5 474 137 60
Binary 11110001 110 10110010 0 1100010 11010 101 100111100 1011111 110000

Color Harmonies of #F106B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F106B2

Black with #F106B2

Text Example


Text Example

White with #F106B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F106B2; }

 p { color: rgb(241,6,178); }

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

background-color css

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

 a { background-color: rgb(241,6,178); }

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

border-color css

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

 span { border-color: rgb(241,6,178); }

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