Html Css Color HEX #F015D6 Shocking Pink

📋 copy color: '#F015D6'

red 240 ◦ green 21 ◦ blue 214

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

Shades of Shocking Pink #F015D6

Tints of Shocking Pink #F015D6

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.42%

 BLUE value IS 214 (83.98% from 255) = 45.05%

R = 50.53%
G = 4.42%
B = 45.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#F015D6 (or 0xF015D6) is known color: Shocking Pink. HEX triplet: F0, 15 and D6. RGB value is (240,21,214). Sum of RGB (Red+Green+Blue) = 240+21+214=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 21 (8.59% from 255 or 4.42% from 475); Blue value is 214 (83.98% from 255 or 45.05% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F015D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F015D6 is #0FEA29. Grayscale: #6B6B6B. Windows color (decimal): -1042986 or 14030320. OLE color: 14030320.

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

Color convert

RGB 240 21 214 -
CMYK 0 0.91 0.11 0.06
HSL 307.12º 0.88% 0.51% -
HSV(B) 307.12º 0.91% 0.94% -
XYZ 48.34 23.92 65.69 -
YUV 108.48 187.55 221.81 -
System Red Green Blue C M Y K H S L
Decimal 240 21 214 0 0.91 0.11 0.06 307.12 0.88 0.51
Hex F0 15 D6 0 5B B 6 133 58 33
Octal 360 25 326 0 133 13 6 463 130 63
Binary 11110000 10101 11010110 0 1011011 1011 110 100110011 1011000 110011

Color Harmonies of #F015D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F015D6

Black with #F015D6

Text Example


Text Example

White with #F015D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F015D6; }

 p { color: rgb(240,21,214); }

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

background-color css

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

 a { background-color: rgb(240,21,214); }

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

border-color css

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

 span { border-color: rgb(240,21,214); }

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