Html Css Color HEX #F42CB2 Spicy Pink

📋 copy color: '#F42CB2'

red 244 ◦ green 44 ◦ blue 178

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

Shades of Spicy Pink #F42CB2

Tints of Spicy Pink #F42CB2

RGB

 RED value IS 244 (95.7% from 255) = 52.36%

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

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

R = 52.36%
G = 9.44%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#F42CB2 (or 0xF42CB2) is known color: Spicy Pink. HEX triplet: F4, 2C and B2. RGB value is (244,44,178). Sum of RGB (Red+Green+Blue) = 244+44+178=466 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.36% from 466); Green value is 44 (17.58% from 255 or 9.44% from 466); Blue value is 178 (69.92% from 255 or 38.20% from 466); Max value from RGB is 244 - color contains mainly: red. Hex color #F42CB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42CB2 is #0BD34D. Grayscale: #767676. Windows color (decimal): -774990 or 11676916. OLE color: 11676916.

HSL color Cylindrical-coordinate representation of color #F42CB2: hue angle of 319.8º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F42CB2 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 44 178 -
CMYK 0 0.82 0.27 0.04
HSL 319.8º 0.9% 0.56% -
HSV(B) 319.8º 0.82% 0.96% -
XYZ 46.24 24.25 44.36 -
YUV 119.08 161.26 217.1 -
System Red Green Blue C M Y K H S L
Decimal 244 44 178 0 0.82 0.27 0.04 319.8 0.9 0.56
Hex F4 2C B2 0 52 1B 4 140 5A 38
Octal 364 54 262 0 122 33 4 500 132 70
Binary 11110100 101100 10110010 0 1010010 11011 100 101000000 1011010 111000

Color Harmonies of #F42CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42CB2

Black with #F42CB2

Text Example


Text Example

White with #F42CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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