Html Css Color HEX #F612B9 Shocking Pink

📋 copy color: '#F612B9'

red 246 ◦ green 18 ◦ blue 185

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

Shades of Shocking Pink #F612B9

Tints of Shocking Pink #F612B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.2%

R = 54.79%
G = 4.01%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#F612B9 (or 0xF612B9) is known color: Shocking Pink. HEX triplet: F6, 12 and B9. RGB value is (246,18,185). Sum of RGB (Red+Green+Blue) = 246+18+185=449 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.79% from 449); Green value is 18 (7.42% from 255 or 4.01% from 449); Blue value is 185 (72.66% from 255 or 41.20% from 449); Max value from RGB is 246 - color contains mainly: red. Hex color #F612B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F612B9 is #09ED46. Grayscale: #686868. Windows color (decimal): -650567 or 12129014. OLE color: 12129014.

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

Color convert

RGB 246 18 185 -
CMYK 0 0.93 0.25 0.04
HSL 316.05º 0.93% 0.52% -
HSV(B) 316.05º 0.93% 0.96% -
XYZ 46.98 23.53 47.96 -
YUV 105.21 173.04 228.42 -
System Red Green Blue C M Y K H S L
Decimal 246 18 185 0 0.93 0.25 0.04 316.05 0.93 0.52
Hex F6 12 B9 0 5D 19 4 13C 5D 34
Octal 366 22 271 0 135 31 4 474 135 64
Binary 11110110 10010 10111001 0 1011101 11001 100 100111100 1011101 110100

Color Harmonies of #F612B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F612B9

Black with #F612B9

Text Example


Text Example

White with #F612B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F612B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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