Html Css Color HEX #F015CD Shocking Pink

📋 copy color: '#F015CD'

red 240 ◦ green 21 ◦ blue 205

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

Shades of Shocking Pink #F015CD

Tints of Shocking Pink #F015CD

RGB

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

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

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

R = 51.5%
G = 4.51%
B = 43.99%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F015CD (or 0xF015CD) is known color: Shocking Pink. HEX triplet: F0, 15 and CD. RGB value is (240,21,205). Sum of RGB (Red+Green+Blue) = 240+21+205=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 21 (8.59% from 255 or 4.51% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F015CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F015CD is #0FEA32. Grayscale: #6A6A6A. Windows color (decimal): -1042995 or 13440496. OLE color: 13440496.

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

Color convert

RGB 240 21 205 -
CMYK 0 0.91 0.15 0.06
HSL 309.59º 0.88% 0.51% -
HSV(B) 309.59º 0.91% 0.94% -
XYZ 47.22 23.47 59.8 -
YUV 107.46 183.05 222.54 -
System Red Green Blue C M Y K H S L
Decimal 240 21 205 0 0.91 0.15 0.06 309.59 0.88 0.51
Hex F0 15 CD 0 5B F 6 136 58 33
Octal 360 25 315 0 133 17 6 466 130 63
Binary 11110000 10101 11001101 0 1011011 1111 110 100110110 1011000 110011

Color Harmonies of #F015CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F015CD

Black with #F015CD

Text Example


Text Example

White with #F015CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F015CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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