Html Css Color HEX #F60483 Deep Pink

📋 copy color: '#F60483'

red 246 ◦ green 4 ◦ blue 131

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

Shades of Deep Pink #F60483

Tints of Deep Pink #F60483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.38%

R = 64.57%
G = 1.05%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F60483 (or 0xF60483) is known color: Deep Pink. HEX triplet: F6, 04 and 83. RGB value is (246,4,131). Sum of RGB (Red+Green+Blue) = 246+4+131=381 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.57% from 381); Green value is 4 (1.95% from 255 or 1.05% from 381); Blue value is 131 (51.56% from 255 or 34.38% from 381); Max value from RGB is 246 - color contains mainly: red. Hex color #F60483 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60483 is #09FB7C. Grayscale: #5A5A5A. Windows color (decimal): -654205 or 8586486. OLE color: 8586486.

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

Color convert

RGB 246 4 131 -
CMYK 0 0.98 0.47 0.04
HSL 328.51º 0.97% 0.49% -
HSV(B) 328.51º 0.98% 0.96% -
XYZ 42.15 21.32 23.37 -
YUV 90.84 150.67 238.67 -
System Red Green Blue C M Y K H S L
Decimal 246 4 131 0 0.98 0.47 0.04 328.51 0.97 0.49
Hex F6 4 83 0 62 2F 4 149 61 31
Octal 366 4 203 0 142 57 4 511 141 61
Binary 11110110 100 10000011 0 1100010 101111 100 101001001 1100001 110001

Color Harmonies of #F60483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60483

Black with #F60483

Text Example


Text Example

White with #F60483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60483; }

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

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

background-color css

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

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

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

border-color css

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

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

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