Html Css Color HEX #F612CC Shocking Pink

📋 copy color: '#F612CC'

red 246 ◦ green 18 ◦ blue 204

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

Shades of Shocking Pink #F612CC

Tints of Shocking Pink #F612CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.59%

R = 52.56%
G = 3.85%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F612CC (or 0xF612CC) is known color: Shocking Pink. HEX triplet: F6, 12 and CC. RGB value is (246,18,204). Sum of RGB (Red+Green+Blue) = 246+18+204=468 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.56% from 468); Green value is 18 (7.42% from 255 or 3.85% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 246 - color contains mainly: red. Hex color #F612CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F612CC is #09ED33. Grayscale: #6A6A6A. Windows color (decimal): -650548 or 13374198. OLE color: 13374198.

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

Color convert

RGB 246 18 204 -
CMYK 0 0.93 0.17 0.04
HSL 311.05º 0.93% 0.52% -
HSV(B) 311.05º 0.93% 0.96% -
XYZ 49.12 24.39 59.24 -
YUV 107.38 182.54 226.88 -
System Red Green Blue C M Y K H S L
Decimal 246 18 204 0 0.93 0.17 0.04 311.05 0.93 0.52
Hex F6 12 CC 0 5D 11 4 137 5D 34
Octal 366 22 314 0 135 21 4 467 135 64
Binary 11110110 10010 11001100 0 1011101 10001 100 100110111 1011101 110100

Color Harmonies of #F612CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F612CC

Black with #F612CC

Text Example


Text Example

White with #F612CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F612CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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