Html Css Color HEX #F61DCC Shocking Pink

📋 copy color: '#F61DCC'

red 246 ◦ green 29 ◦ blue 204

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

Shades of Shocking Pink #F61DCC

Tints of Shocking Pink #F61DCC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.05%

 BLUE value IS 204 (80.08% from 255) = 42.59%

R = 51.36%
G = 6.05%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F61DCC (or 0xF61DCC) is known color: Shocking Pink. HEX triplet: F6, 1D and CC. RGB value is (246,29,204). Sum of RGB (Red+Green+Blue) = 246+29+204=479 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.36% from 479); Green value is 29 (11.72% from 255 or 6.05% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 246 - color contains mainly: red. Hex color #F61DCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61DCC is #09E233. Grayscale: #717171. Windows color (decimal): -647732 or 13377014. OLE color: 13377014.

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

Color convert

RGB 246 29 204 -
CMYK 0 0.88 0.17 0.04
HSL 311.61º 0.92% 0.54% -
HSV(B) 311.61º 0.88% 0.96% -
XYZ 49.34 24.83 59.32 -
YUV 113.83 178.89 222.27 -
System Red Green Blue C M Y K H S L
Decimal 246 29 204 0 0.88 0.17 0.04 311.61 0.92 0.54
Hex F6 1D CC 0 58 11 4 138 5C 36
Octal 366 35 314 0 130 21 4 470 134 66
Binary 11110110 11101 11001100 0 1011000 10001 100 100111000 1011100 110110

Color Harmonies of #F61DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61DCC

Black with #F61DCC

Text Example


Text Example

White with #F61DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61DCC; }

 p { color: rgb(246,29,204); }

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

background-color css

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

 a { background-color: rgb(246,29,204); }

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

border-color css

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

 span { border-color: rgb(246,29,204); }

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