Html Css Color HEX #F012CD Shocking Pink

📋 copy color: '#F012CD'

red 240 ◦ green 18 ◦ blue 205

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

Shades of Shocking Pink #F012CD

Tints of Shocking Pink #F012CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.28%

R = 51.84%
G = 3.89%
B = 44.28%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F012CD (or 0xF012CD) is known color: Shocking Pink. HEX triplet: F0, 12 and CD. RGB value is (240,18,205). Sum of RGB (Red+Green+Blue) = 240+18+205=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 18 (7.42% from 255 or 3.89% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F012CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F012CD is #0FED32. Grayscale: #696969. Windows color (decimal): -1043763 or 13439728. OLE color: 13439728.

HSL color Cylindrical-coordinate representation of color #F012CD: hue angle of 309.46º 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 #F012CD is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 18 205 -
CMYK 0 0.92 0.15 0.06
HSL 309.46º 0.88% 0.51% -
HSV(B) 309.46º 0.93% 0.94% -
XYZ 47.17 23.37 59.78 -
YUV 105.7 184.05 223.79 -
System Red Green Blue C M Y K H S L
Decimal 240 18 205 0 0.92 0.15 0.06 309.46 0.88 0.51
Hex F0 12 CD 0 5C F 6 135 58 33
Octal 360 22 315 0 134 17 6 465 130 63
Binary 11110000 10010 11001101 0 1011100 1111 110 100110101 1011000 110011

Color Harmonies of #F012CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F012CD

Black with #F012CD

Text Example


Text Example

White with #F012CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F012CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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