Html Css Color HEX #F1048D Hollywood Cerise

📋 copy color: '#F1048D'

red 241 ◦ green 4 ◦ blue 141

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

Shades of Hollywood Cerise #F1048D

Tints of Hollywood Cerise #F1048D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.53%

R = 62.44%
G = 1.04%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1048D (or 0xF1048D) is known color: Hollywood Cerise. HEX triplet: F1, 04 and 8D. RGB value is (241,4,141). Sum of RGB (Red+Green+Blue) = 241+4+141=386 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.44% from 386); Green value is 4 (1.95% from 255 or 1.04% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 241 - color contains mainly: red. Hex color #F1048D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1048D is #0EFB72. Grayscale: #5A5A5A. Windows color (decimal): -981875 or 9241841. OLE color: 9241841.

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

Color convert

RGB 241 4 141 -
CMYK 0 0.98 0.41 0.05
HSL 325.32º 0.97% 0.48% -
HSV(B) 325.32º 0.98% 0.95% -
XYZ 41.13 20.71 27.03 -
YUV 90.48 156.52 235.36 -
System Red Green Blue C M Y K H S L
Decimal 241 4 141 0 0.98 0.41 0.05 325.32 0.97 0.48
Hex F1 4 8D 0 62 29 5 145 61 30
Octal 361 4 215 0 142 51 5 505 141 60
Binary 11110001 100 10001101 0 1100010 101001 101 101000101 1100001 110000

Color Harmonies of #F1048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1048D

Black with #F1048D

Text Example


Text Example

White with #F1048D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1048D; }

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

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

background-color css

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

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

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

border-color css

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

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

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