Html Css Color HEX #F61B76 Deep Pink

📋 copy color: '#F61B76'

red 246 ◦ green 27 ◦ blue 118

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

Shades of Deep Pink #F61B76

Tints of Deep Pink #F61B76

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.91%

 BLUE value IS 118 (46.48% from 255) = 30.18%

R = 62.92%
G = 6.91%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F61B76 (or 0xF61B76) is known color: Deep Pink. HEX triplet: F6, 1B and 76. RGB value is (246,27,118). Sum of RGB (Red+Green+Blue) = 246+27+118=391 (51% of max value = 765). Red value is 246 (96.48% from 255 or 62.92% from 391); Green value is 27 (10.94% from 255 or 6.91% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 246 - color contains mainly: red. Hex color #F61B76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61B76 is #09E489. Grayscale: #666666. Windows color (decimal): -648330 or 7740406. OLE color: 7740406.

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

Color convert

RGB 246 27 118 -
CMYK 0 0.89 0.52 0.04
HSL 335.07º 0.92% 0.54% -
HSV(B) 335.07º 0.89% 0.96% -
XYZ 41.67 21.68 19.13 -
YUV 102.86 136.55 230.1 -
System Red Green Blue C M Y K H S L
Decimal 246 27 118 0 0.89 0.52 0.04 335.07 0.92 0.54
Hex F6 1B 76 0 59 34 4 14F 5C 36
Octal 366 33 166 0 131 64 4 517 134 66
Binary 11110110 11011 1110110 0 1011001 110100 100 101001111 1011100 110110

Color Harmonies of #F61B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61B76

Black with #F61B76

Text Example


Text Example

White with #F61B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61B76; }

 p { color: rgb(246,27,118); }

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

background-color css

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

 a { background-color: rgb(246,27,118); }

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

border-color css

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

 span { border-color: rgb(246,27,118); }

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