Html Css Color HEX #F6048F Deep Pink

📋 copy color: '#F6048F'

red 246 ◦ green 4 ◦ blue 143

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

Shades of Deep Pink #F6048F

Tints of Deep Pink #F6048F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.39%

R = 62.6%
G = 1.02%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F6048F (or 0xF6048F) is known color: Deep Pink. HEX triplet: F6, 04 and 8F. RGB value is (246,4,143). Sum of RGB (Red+Green+Blue) = 246+4+143=393 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.60% from 393); Green value is 4 (1.95% from 255 or 1.02% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 246 - color contains mainly: red. Hex color #F6048F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F6048F is #09FB70. Grayscale: #5B5B5B. Windows color (decimal): -654193 or 9372918. OLE color: 9372918.

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

Color convert

RGB 246 4 143 -
CMYK 0 0.98 0.42 0.04
HSL 325.54º 0.97% 0.49% -
HSV(B) 325.54º 0.98% 0.96% -
XYZ 43.01 21.66 27.9 -
YUV 92.2 156.67 237.7 -
System Red Green Blue C M Y K H S L
Decimal 246 4 143 0 0.98 0.42 0.04 325.54 0.97 0.49
Hex F6 4 8F 0 62 2A 4 146 61 31
Octal 366 4 217 0 142 52 4 506 141 61
Binary 11110110 100 10001111 0 1100010 101010 100 101000110 1100001 110001

Color Harmonies of #F6048F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6048F

Black with #F6048F

Text Example


Text Example

White with #F6048F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6048F; }

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

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

background-color css

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

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

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

border-color css

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

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

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