Html Css Color HEX #F01CB2 Spicy Pink

📋 copy color: '#F01CB2'

red 240 ◦ green 28 ◦ blue 178

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

Shades of Spicy Pink #F01CB2

Tints of Spicy Pink #F01CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.91%

R = 53.81%
G = 6.28%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#F01CB2 (or 0xF01CB2) is known color: Spicy Pink. HEX triplet: F0, 1C and B2. RGB value is (240,28,178). Sum of RGB (Red+Green+Blue) = 240+28+178=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 28 (11.33% from 255 or 6.28% from 446); Blue value is 178 (69.92% from 255 or 39.91% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F01CB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01CB2 is #0FE34D. Grayscale: #6C6C6C. Windows color (decimal): -1041230 or 11672816. OLE color: 11672816.

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

Color convert

RGB 240 28 178 -
CMYK 0 0.88 0.26 0.06
HSL 317.55º 0.88% 0.53% -
HSV(B) 317.55º 0.88% 0.94% -
XYZ 44.39 22.57 44.14 -
YUV 108.49 167.24 221.8 -
System Red Green Blue C M Y K H S L
Decimal 240 28 178 0 0.88 0.26 0.06 317.55 0.88 0.53
Hex F0 1C B2 0 58 1A 6 13E 58 35
Octal 360 34 262 0 130 32 6 476 130 65
Binary 11110000 11100 10110010 0 1011000 11010 110 100111110 1011000 110101

Color Harmonies of #F01CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01CB2

Black with #F01CB2

Text Example


Text Example

White with #F01CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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