Html Css Color HEX #F02CB2 Spicy Pink

📋 copy color: '#F02CB2'

red 240 ◦ green 44 ◦ blue 178

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

Shades of Spicy Pink #F02CB2

Tints of Spicy Pink #F02CB2

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.52%

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

R = 51.95%
G = 9.52%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#F02CB2 (or 0xF02CB2) is known color: Spicy Pink. HEX triplet: F0, 2C and B2. RGB value is (240,44,178). Sum of RGB (Red+Green+Blue) = 240+44+178=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 44 (17.58% from 255 or 9.52% from 462); Blue value is 178 (69.92% from 255 or 38.53% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F02CB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02CB2 is #0FD34D. Grayscale: #757575. Windows color (decimal): -1037134 or 11676912. OLE color: 11676912.

HSL color Cylindrical-coordinate representation of color #F02CB2: hue angle of 318.98º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F02CB2 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 44 178 -
CMYK 0 0.82 0.26 0.06
HSL 318.98º 0.87% 0.56% -
HSV(B) 318.98º 0.82% 0.94% -
XYZ 44.87 23.54 44.3 -
YUV 117.88 161.93 215.1 -
System Red Green Blue C M Y K H S L
Decimal 240 44 178 0 0.82 0.26 0.06 318.98 0.87 0.56
Hex F0 2C B2 0 52 1A 6 13F 57 38
Octal 360 54 262 0 122 32 6 477 127 70
Binary 11110000 101100 10110010 0 1010010 11010 110 100111111 1010111 111000

Color Harmonies of #F02CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02CB2

Black with #F02CB2

Text Example


Text Example

White with #F02CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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