Html Css Color HEX #F61BCC Shocking Pink

📋 copy color: '#F61BCC'

red 246 ◦ green 27 ◦ blue 204

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

Shades of Shocking Pink #F61BCC

Tints of Shocking Pink #F61BCC

RGB

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

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

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

R = 51.57%
G = 5.66%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F61BCC (or 0xF61BCC) is known color: Shocking Pink. HEX triplet: F6, 1B and CC. RGB value is (246,27,204). Sum of RGB (Red+Green+Blue) = 246+27+204=477 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.57% from 477); Green value is 27 (10.94% from 255 or 5.66% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 246 - color contains mainly: red. Hex color #F61BCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61BCC is #09E433. Grayscale: #707070. Windows color (decimal): -648244 or 13376502. OLE color: 13376502.

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

Color convert

RGB 246 27 204 -
CMYK 0 0.89 0.17 0.04
HSL 311.51º 0.92% 0.54% -
HSV(B) 311.51º 0.89% 0.96% -
XYZ 49.3 24.74 59.3 -
YUV 112.66 179.55 223.11 -
System Red Green Blue C M Y K H S L
Decimal 246 27 204 0 0.89 0.17 0.04 311.51 0.92 0.54
Hex F6 1B CC 0 59 11 4 138 5C 36
Octal 366 33 314 0 131 21 4 470 134 66
Binary 11110110 11011 11001100 0 1011001 10001 100 100111000 1011100 110110

Color Harmonies of #F61BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61BCC

Black with #F61BCC

Text Example


Text Example

White with #F61BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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