Html Css Color HEX #F015C6 Shocking Pink

📋 copy color: '#F015C6'

red 240 ◦ green 21 ◦ blue 198

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

Shades of Shocking Pink #F015C6

Tints of Shocking Pink #F015C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.14%

R = 52.29%
G = 4.58%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F015C6 (or 0xF015C6) is known color: Shocking Pink. HEX triplet: F0, 15 and C6. RGB value is (240,21,198). Sum of RGB (Red+Green+Blue) = 240+21+198=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 21 (8.59% from 255 or 4.58% from 459); Blue value is 198 (77.73% from 255 or 43.14% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F015C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F015C6 is #0FEA39. Grayscale: #6A6A6A. Windows color (decimal): -1043002 or 12981744. OLE color: 12981744.

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

Color convert

RGB 240 21 198 -
CMYK 0 0.91 0.18 0.06
HSL 311.51º 0.88% 0.51% -
HSV(B) 311.51º 0.91% 0.94% -
XYZ 46.4 23.14 55.45 -
YUV 106.66 179.55 223.11 -
System Red Green Blue C M Y K H S L
Decimal 240 21 198 0 0.91 0.18 0.06 311.51 0.88 0.51
Hex F0 15 C6 0 5B 12 6 138 58 33
Octal 360 25 306 0 133 22 6 470 130 63
Binary 11110000 10101 11000110 0 1011011 10010 110 100111000 1011000 110011

Color Harmonies of #F015C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F015C6

Black with #F015C6

Text Example


Text Example

White with #F015C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F015C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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