Html Css Color HEX #F1048C Deep Pink

📋 copy color: '#F1048C'

red 241 ◦ green 4 ◦ blue 140

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

Shades of Deep Pink #F1048C

Tints of Deep Pink #F1048C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.36%

R = 62.6%
G = 1.04%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F1048C (or 0xF1048C) is known color: Deep Pink. HEX triplet: F1, 04 and 8C. RGB value is (241,4,140). Sum of RGB (Red+Green+Blue) = 241+4+140=385 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.60% from 385); Green value is 4 (1.95% from 255 or 1.04% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 241 - color contains mainly: red. Hex color #F1048C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1048C is #0EFB73. Grayscale: #5A5A5A. Windows color (decimal): -981876 or 9176305. OLE color: 9176305.

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

Color convert

RGB 241 4 140 -
CMYK 0 0.98 0.42 0.05
HSL 325.57º 0.97% 0.48% -
HSV(B) 325.57º 0.98% 0.95% -
XYZ 41.05 20.68 26.64 -
YUV 90.37 156.02 235.44 -
System Red Green Blue C M Y K H S L
Decimal 241 4 140 0 0.98 0.42 0.05 325.57 0.97 0.48
Hex F1 4 8C 0 62 2A 5 146 61 30
Octal 361 4 214 0 142 52 5 506 141 60
Binary 11110001 100 10001100 0 1100010 101010 101 101000110 1100001 110000

Color Harmonies of #F1048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1048C

Black with #F1048C

Text Example


Text Example

White with #F1048C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1048C; }

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

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

background-color css

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

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

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

border-color css

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

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

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