Html Css Color HEX #F1047C Deep Pink

📋 copy color: '#F1047C'

red 241 ◦ green 4 ◦ blue 124

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

Shades of Deep Pink #F1047C

Tints of Deep Pink #F1047C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.6%

R = 65.31%
G = 1.08%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F1047C (or 0xF1047C) is known color: Deep Pink. HEX triplet: F1, 04 and 7C. RGB value is (241,4,124). Sum of RGB (Red+Green+Blue) = 241+4+124=369 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.31% from 369); Green value is 4 (1.95% from 255 or 1.08% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 241 - color contains mainly: red. Hex color #F1047C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1047C is #0EFB83. Grayscale: #585858. Windows color (decimal): -981892 or 8127729. OLE color: 8127729.

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

Color convert

RGB 241 4 124 -
CMYK 0 0.98 0.49 0.05
HSL 329.62º 0.97% 0.48% -
HSV(B) 329.62º 0.98% 0.95% -
XYZ 39.96 20.24 20.87 -
YUV 88.54 148.02 236.74 -
System Red Green Blue C M Y K H S L
Decimal 241 4 124 0 0.98 0.49 0.05 329.62 0.97 0.48
Hex F1 4 7C 0 62 31 5 14A 61 30
Octal 361 4 174 0 142 61 5 512 141 60
Binary 11110001 100 1111100 0 1100010 110001 101 101001010 1100001 110000

Color Harmonies of #F1047C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1047C

Black with #F1047C

Text Example


Text Example

White with #F1047C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1047C; }

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

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

background-color css

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

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

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

border-color css

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

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

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