Html Css Color HEX #F015CE Shocking Pink

📋 copy color: '#F015CE'

red 240 ◦ green 21 ◦ blue 206

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

Shades of Shocking Pink #F015CE

Tints of Shocking Pink #F015CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.11%

R = 51.39%
G = 4.5%
B = 44.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F015CE (or 0xF015CE) is known color: Shocking Pink. HEX triplet: F0, 15 and CE. RGB value is (240,21,206). Sum of RGB (Red+Green+Blue) = 240+21+206=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 21 (8.59% from 255 or 4.50% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F015CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F015CE is #0FEA31. Grayscale: #6B6B6B. Windows color (decimal): -1042994 or 13506032. OLE color: 13506032.

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

Color convert

RGB 240 21 206 -
CMYK 0 0.91 0.14 0.06
HSL 309.32º 0.88% 0.51% -
HSV(B) 309.32º 0.91% 0.94% -
XYZ 47.34 23.52 60.44 -
YUV 107.57 183.55 222.46 -
System Red Green Blue C M Y K H S L
Decimal 240 21 206 0 0.91 0.14 0.06 309.32 0.88 0.51
Hex F0 15 CE 0 5B E 6 135 58 33
Octal 360 25 316 0 133 16 6 465 130 63
Binary 11110000 10101 11001110 0 1011011 1110 110 100110101 1011000 110011

Color Harmonies of #F015CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F015CE

Black with #F015CE

Text Example


Text Example

White with #F015CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F015CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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