Html Css Color HEX #F012D0 Shocking Pink

📋 copy color: '#F012D0'

red 240 ◦ green 18 ◦ blue 208

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

Shades of Shocking Pink #F012D0

Tints of Shocking Pink #F012D0

RGB

 RED value IS 240 (94.14% from 255) = 51.5%

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

 BLUE value IS 208 (81.64% from 255) = 44.64%

R = 51.5%
G = 3.86%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#F012D0 (or 0xF012D0) is known color: Shocking Pink. HEX triplet: F0, 12 and D0. RGB value is (240,18,208). Sum of RGB (Red+Green+Blue) = 240+18+208=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 18 (7.42% from 255 or 3.86% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F012D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F012D0 is #0FED2F. Grayscale: #696969. Windows color (decimal): -1043760 or 13636336. OLE color: 13636336.

HSL color Cylindrical-coordinate representation of color #F012D0: hue angle of 308.65º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F012D0 is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 18 208 -
CMYK 0 0.92 0.13 0.06
HSL 308.65º 0.88% 0.51% -
HSV(B) 308.65º 0.93% 0.94% -
XYZ 47.54 23.51 61.71 -
YUV 106.04 185.55 223.55 -
System Red Green Blue C M Y K H S L
Decimal 240 18 208 0 0.92 0.13 0.06 308.65 0.88 0.51
Hex F0 12 D0 0 5C D 6 135 58 33
Octal 360 22 320 0 134 15 6 465 130 63
Binary 11110000 10010 11010000 0 1011100 1101 110 100110101 1011000 110011

Color Harmonies of #F012D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F012D0

Black with #F012D0

Text Example


Text Example

White with #F012D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F012D0; }

 p { color: rgb(240,18,208); }

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

background-color css

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

 a { background-color: rgb(240,18,208); }

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

border-color css

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

 span { border-color: rgb(240,18,208); }

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