Html Css Color HEX #F612BC Shocking Pink

📋 copy color: '#F612BC'

red 246 ◦ green 18 ◦ blue 188

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

Shades of Shocking Pink #F612BC

Tints of Shocking Pink #F612BC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.98%

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

R = 54.42%
G = 3.98%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F612BC (or 0xF612BC) is known color: Shocking Pink. HEX triplet: F6, 12 and BC. RGB value is (246,18,188). Sum of RGB (Red+Green+Blue) = 246+18+188=452 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.42% from 452); Green value is 18 (7.42% from 255 or 3.98% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 246 - color contains mainly: red. Hex color #F612BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F612BC is #09ED43. Grayscale: #696969. Windows color (decimal): -650564 or 12325622. OLE color: 12325622.

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

Color convert

RGB 246 18 188 -
CMYK 0 0.93 0.24 0.04
HSL 315.26º 0.93% 0.52% -
HSV(B) 315.26º 0.93% 0.96% -
XYZ 47.3 23.66 49.65 -
YUV 105.55 174.54 228.18 -
System Red Green Blue C M Y K H S L
Decimal 246 18 188 0 0.93 0.24 0.04 315.26 0.93 0.52
Hex F6 12 BC 0 5D 18 4 13B 5D 34
Octal 366 22 274 0 135 30 4 473 135 64
Binary 11110110 10010 10111100 0 1011101 11000 100 100111011 1011101 110100

Color Harmonies of #F612BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F612BC

Black with #F612BC

Text Example


Text Example

White with #F612BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F612BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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