Html Css Color HEX #F015CC Shocking Pink

📋 copy color: '#F015CC'

red 240 ◦ green 21 ◦ blue 204

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

Shades of Shocking Pink #F015CC

Tints of Shocking Pink #F015CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.87%

R = 51.61%
G = 4.52%
B = 43.87%

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

#F015CC (or 0xF015CC) is known color: Shocking Pink. HEX triplet: F0, 15 and CC. RGB value is (240,21,204). Sum of RGB (Red+Green+Blue) = 240+21+204=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 21 (8.59% from 255 or 4.52% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F015CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F015CC is #0FEA33. Grayscale: #6A6A6A. Windows color (decimal): -1042996 or 13374960. OLE color: 13374960.

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

Color convert

RGB 240 21 204 -
CMYK 0 0.91 0.15 0.06
HSL 309.86º 0.88% 0.51% -
HSV(B) 309.86º 0.91% 0.94% -
XYZ 47.1 23.42 59.16 -
YUV 107.34 182.55 222.62 -
System Red Green Blue C M Y K H S L
Decimal 240 21 204 0 0.91 0.15 0.06 309.86 0.88 0.51
Hex F0 15 CC 0 5B F 6 136 58 33
Octal 360 25 314 0 133 17 6 466 130 63
Binary 11110000 10101 11001100 0 1011011 1111 110 100110110 1011000 110011

Color Harmonies of #F015CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F015CC

Black with #F015CC

Text Example


Text Example

White with #F015CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F015CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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