Html Css Color HEX #F01CBB Shocking Pink

📋 copy color: '#F01CBB'

red 240 ◦ green 28 ◦ blue 187

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

Shades of Shocking Pink #F01CBB

Tints of Shocking Pink #F01CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.1%

R = 52.75%
G = 6.15%
B = 41.1%

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

#F01CBB (or 0xF01CBB) is known color: Shocking Pink. HEX triplet: F0, 1C and BB. RGB value is (240,28,187). Sum of RGB (Red+Green+Blue) = 240+28+187=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 28 (11.33% from 255 or 6.15% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F01CBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01CBB is #0FE344. Grayscale: #6D6D6D. Windows color (decimal): -1041221 or 12262640. OLE color: 12262640.

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

Color convert

RGB 240 28 187 -
CMYK 0 0.88 0.22 0.06
HSL 315º 0.88% 0.53% -
HSV(B) 315º 0.88% 0.94% -
XYZ 45.32 22.94 49.05 -
YUV 109.51 171.74 221.07 -
System Red Green Blue C M Y K H S L
Decimal 240 28 187 0 0.88 0.22 0.06 315 0.88 0.53
Hex F0 1C BB 0 58 16 6 13B 58 35
Octal 360 34 273 0 130 26 6 473 130 65
Binary 11110000 11100 10111011 0 1011000 10110 110 100111011 1011000 110101

Color Harmonies of #F01CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01CBB

Black with #F01CBB

Text Example


Text Example

White with #F01CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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