Html Css Color HEX #F6048C Deep Pink

📋 copy color: '#F6048C'

red 246 ◦ green 4 ◦ blue 140

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

Shades of Deep Pink #F6048C

Tints of Deep Pink #F6048C

RGB

 RED value IS 246 (96.48% from 255) = 63.08%

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

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

R = 63.08%
G = 1.03%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F6048C (or 0xF6048C) is known color: Deep Pink. HEX triplet: F6, 04 and 8C. RGB value is (246,4,140). Sum of RGB (Red+Green+Blue) = 246+4+140=390 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.08% from 390); Green value is 4 (1.95% from 255 or 1.03% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 246 - color contains mainly: red. Hex color #F6048C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F6048C is #09FB73. Grayscale: #5B5B5B. Windows color (decimal): -654196 or 9176310. OLE color: 9176310.

HSL color Cylindrical-coordinate representation of color #F6048C: hue angle of 326.28º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F6048C is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 4 140 -
CMYK 0 0.98 0.43 0.04
HSL 326.28º 0.97% 0.49% -
HSV(B) 326.28º 0.98% 0.96% -
XYZ 42.78 21.57 26.72 -
YUV 91.86 155.17 237.94 -
System Red Green Blue C M Y K H S L
Decimal 246 4 140 0 0.98 0.43 0.04 326.28 0.97 0.49
Hex F6 4 8C 0 62 2B 4 146 61 31
Octal 366 4 214 0 142 53 4 506 141 61
Binary 11110110 100 10001100 0 1100010 101011 100 101000110 1100001 110001

Color Harmonies of #F6048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6048C

Black with #F6048C

Text Example


Text Example

White with #F6048C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6048C; }

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

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

background-color css

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

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

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

border-color css

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

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

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