Html Css Color HEX #F612BE Shocking Pink

📋 copy color: '#F612BE'

red 246 ◦ green 18 ◦ blue 190

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

Shades of Shocking Pink #F612BE

Tints of Shocking Pink #F612BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.85%

R = 54.19%
G = 3.96%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F612BE (or 0xF612BE) is known color: Shocking Pink. HEX triplet: F6, 12 and BE. RGB value is (246,18,190). Sum of RGB (Red+Green+Blue) = 246+18+190=454 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.19% from 454); Green value is 18 (7.42% from 255 or 3.96% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 246 - color contains mainly: red. Hex color #F612BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F612BE is #09ED41. Grayscale: #696969. Windows color (decimal): -650562 or 12456694. OLE color: 12456694.

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

Color convert

RGB 246 18 190 -
CMYK 0 0.93 0.23 0.04
HSL 314.74º 0.93% 0.52% -
HSV(B) 314.74º 0.93% 0.96% -
XYZ 47.52 23.74 50.79 -
YUV 105.78 175.54 228.01 -
System Red Green Blue C M Y K H S L
Decimal 246 18 190 0 0.93 0.23 0.04 314.74 0.93 0.52
Hex F6 12 BE 0 5D 17 4 13B 5D 34
Octal 366 22 276 0 135 27 4 473 135 64
Binary 11110110 10010 10111110 0 1011101 10111 100 100111011 1011101 110100

Color Harmonies of #F612BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F612BE

Black with #F612BE

Text Example


Text Example

White with #F612BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F612BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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