Html Css Color HEX #F61383 Deep Pink

📋 copy color: '#F61383'

red 246 ◦ green 19 ◦ blue 131

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

Shades of Deep Pink #F61383

Tints of Deep Pink #F61383

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.8%

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

R = 62.12%
G = 4.8%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F61383 (or 0xF61383) is known color: Deep Pink. HEX triplet: F6, 13 and 83. RGB value is (246,19,131). Sum of RGB (Red+Green+Blue) = 246+19+131=396 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.12% from 396); Green value is 19 (7.81% from 255 or 4.80% from 396); Blue value is 131 (51.56% from 255 or 33.08% from 396); Max value from RGB is 246 - color contains mainly: red. Hex color #F61383 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61383 is #09EC7C. Grayscale: #636363. Windows color (decimal): -650365 or 8590326. OLE color: 8590326.

HSL color Cylindrical-coordinate representation of color #F61383: hue angle of 330.4º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F61383 is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 19 131 -
CMYK 0 0.92 0.47 0.04
HSL 330.4º 0.93% 0.52% -
HSV(B) 330.4º 0.92% 0.96% -
XYZ 42.34 21.7 23.43 -
YUV 99.64 145.71 232.39 -
System Red Green Blue C M Y K H S L
Decimal 246 19 131 0 0.92 0.47 0.04 330.4 0.93 0.52
Hex F6 13 83 0 5C 2F 4 14A 5D 34
Octal 366 23 203 0 134 57 4 512 135 64
Binary 11110110 10011 10000011 0 1011100 101111 100 101001010 1011101 110100

Color Harmonies of #F61383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61383

Black with #F61383

Text Example


Text Example

White with #F61383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61383; }

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

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

background-color css

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

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

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

border-color css

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

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

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