Html Css Color HEX #F60484 Deep Pink

📋 copy color: '#F60484'

red 246 ◦ green 4 ◦ blue 132

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

Shades of Deep Pink #F60484

Tints of Deep Pink #F60484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.55%

R = 64.4%
G = 1.05%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F60484 (or 0xF60484) is known color: Deep Pink. HEX triplet: F6, 04 and 84. RGB value is (246,4,132). Sum of RGB (Red+Green+Blue) = 246+4+132=382 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.40% from 382); Green value is 4 (1.95% from 255 or 1.05% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 246 - color contains mainly: red. Hex color #F60484 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60484 is #09FB7B. Grayscale: #5A5A5A. Windows color (decimal): -654204 or 8652022. OLE color: 8652022.

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

Color convert

RGB 246 4 132 -
CMYK 0 0.98 0.46 0.04
HSL 328.26º 0.97% 0.49% -
HSV(B) 328.26º 0.98% 0.96% -
XYZ 42.21 21.35 23.72 -
YUV 90.95 151.17 238.59 -
System Red Green Blue C M Y K H S L
Decimal 246 4 132 0 0.98 0.46 0.04 328.26 0.97 0.49
Hex F6 4 84 0 62 2E 4 148 61 31
Octal 366 4 204 0 142 56 4 510 141 61
Binary 11110110 100 10000100 0 1100010 101110 100 101001000 1100001 110001

Color Harmonies of #F60484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60484

Black with #F60484

Text Example


Text Example

White with #F60484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60484; }

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

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

background-color css

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

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

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

border-color css

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

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

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