Html Css Color HEX #F61BBC Shocking Pink

📋 copy color: '#F61BBC'

red 246 ◦ green 27 ◦ blue 188

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

Shades of Shocking Pink #F61BBC

Tints of Shocking Pink #F61BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.78%

R = 53.36%
G = 5.86%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F61BBC (or 0xF61BBC) is known color: Shocking Pink. HEX triplet: F6, 1B and BC. RGB value is (246,27,188). Sum of RGB (Red+Green+Blue) = 246+27+188=461 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.36% from 461); Green value is 27 (10.94% from 255 or 5.86% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 246 - color contains mainly: red. Hex color #F61BBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61BBC is #09E443. Grayscale: #6E6E6E. Windows color (decimal): -648260 or 12327926. OLE color: 12327926.

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

Color convert

RGB 246 27 188 -
CMYK 0 0.89 0.24 0.04
HSL 315.89º 0.92% 0.54% -
HSV(B) 315.89º 0.89% 0.96% -
XYZ 47.48 24.01 49.71 -
YUV 110.84 171.55 224.41 -
System Red Green Blue C M Y K H S L
Decimal 246 27 188 0 0.89 0.24 0.04 315.89 0.92 0.54
Hex F6 1B BC 0 59 18 4 13C 5C 36
Octal 366 33 274 0 131 30 4 474 134 66
Binary 11110110 11011 10111100 0 1011001 11000 100 100111100 1011100 110110

Color Harmonies of #F61BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61BBC

Black with #F61BBC

Text Example


Text Example

White with #F61BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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