Html Css Color HEX #F01CBC Shocking Pink

📋 copy color: '#F01CBC'

red 240 ◦ green 28 ◦ blue 188

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

Shades of Shocking Pink #F01CBC

Tints of Shocking Pink #F01CBC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.14%

 BLUE value IS 188 (73.83% from 255) = 41.23%

R = 52.63%
G = 6.14%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F01CBC (or 0xF01CBC) is known color: Shocking Pink. HEX triplet: F0, 1C and BC. RGB value is (240,28,188). Sum of RGB (Red+Green+Blue) = 240+28+188=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 28 (11.33% from 255 or 6.14% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F01CBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01CBC is #0FE343. Grayscale: #6D6D6D. Windows color (decimal): -1041220 or 12328176. OLE color: 12328176.

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

Color convert

RGB 240 28 188 -
CMYK 0 0.88 0.22 0.06
HSL 314.72º 0.88% 0.53% -
HSV(B) 314.72º 0.88% 0.94% -
XYZ 45.43 22.99 49.62 -
YUV 109.63 172.24 220.99 -
System Red Green Blue C M Y K H S L
Decimal 240 28 188 0 0.88 0.22 0.06 314.72 0.88 0.53
Hex F0 1C BC 0 58 16 6 13B 58 35
Octal 360 34 274 0 130 26 6 473 130 65
Binary 11110000 11100 10111100 0 1011000 10110 110 100111011 1011000 110101

Color Harmonies of #F01CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01CBC

Black with #F01CBC

Text Example


Text Example

White with #F01CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01CBC; }

 p { color: rgb(240,28,188); }

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

background-color css

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

 a { background-color: rgb(240,28,188); }

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

border-color css

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

 span { border-color: rgb(240,28,188); }

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