Html Css Color HEX #F612BD Shocking Pink

📋 copy color: '#F612BD'

red 246 ◦ green 18 ◦ blue 189

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

Shades of Shocking Pink #F612BD

Tints of Shocking Pink #F612BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.72%

R = 54.3%
G = 3.97%
B = 41.72%

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

#F612BD (or 0xF612BD) is known color: Shocking Pink. HEX triplet: F6, 12 and BD. RGB value is (246,18,189). Sum of RGB (Red+Green+Blue) = 246+18+189=453 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.30% from 453); Green value is 18 (7.42% from 255 or 3.97% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 246 - color contains mainly: red. Hex color #F612BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F612BD is #09ED42. Grayscale: #696969. Windows color (decimal): -650563 or 12391158. OLE color: 12391158.

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

Color convert

RGB 246 18 189 -
CMYK 0 0.93 0.23 0.04
HSL 315º 0.93% 0.52% -
HSV(B) 315º 0.93% 0.96% -
XYZ 47.41 23.7 50.22 -
YUV 105.67 175.04 228.1 -
System Red Green Blue C M Y K H S L
Decimal 246 18 189 0 0.93 0.23 0.04 315 0.93 0.52
Hex F6 12 BD 0 5D 17 4 13B 5D 34
Octal 366 22 275 0 135 27 4 473 135 64
Binary 11110110 10010 10111101 0 1011101 10111 100 100111011 1011101 110100

Color Harmonies of #F612BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F612BD

Black with #F612BD

Text Example


Text Example

White with #F612BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F612BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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