Html Css Color HEX #F104B2 Hollywood Cerise

📋 copy color: '#F104B2'

red 241 ◦ green 4 ◦ blue 178

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

Shades of Hollywood Cerise #F104B2

Tints of Hollywood Cerise #F104B2

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.95%

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

R = 56.97%
G = 0.95%
B = 42.08%

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

#F104B2 (or 0xF104B2) is known color: Hollywood Cerise. HEX triplet: F1, 04 and B2. RGB value is (241,4,178). Sum of RGB (Red+Green+Blue) = 241+4+178=423 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.97% from 423); Green value is 4 (1.95% from 255 or 0.95% from 423); Blue value is 178 (69.92% from 255 or 42.08% from 423); Max value from RGB is 241 - color contains mainly: red. Hex color #F104B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F104B2 is #0EFB4D. Grayscale: #5E5E5E. Windows color (decimal): -981838 or 11666673. OLE color: 11666673.

HSL color Cylindrical-coordinate representation of color #F104B2: hue angle of 315.95º degrees, saturation: 0.97, 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 #F104B2 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 4 178 -
CMYK 0 0.98 0.26 0.05
HSL 315.95º 0.97% 0.48% -
HSV(B) 315.95º 0.98% 0.95% -
XYZ 44.35 22 44.03 -
YUV 94.7 175.02 232.35 -
System Red Green Blue C M Y K H S L
Decimal 241 4 178 0 0.98 0.26 0.05 315.95 0.97 0.48
Hex F1 4 B2 0 62 1A 5 13C 61 30
Octal 361 4 262 0 142 32 5 474 141 60
Binary 11110001 100 10110010 0 1100010 11010 101 100111100 1100001 110000

Color Harmonies of #F104B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F104B2

Black with #F104B2

Text Example


Text Example

White with #F104B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F104B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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