Html Css Color HEX #F42BB2 Spicy Pink

📋 copy color: '#F42BB2'

red 244 ◦ green 43 ◦ blue 178

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

Shades of Spicy Pink #F42BB2

Tints of Spicy Pink #F42BB2

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.25%

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

R = 52.47%
G = 9.25%
B = 38.28%

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

#F42BB2 (or 0xF42BB2) is known color: Spicy Pink. HEX triplet: F4, 2B and B2. RGB value is (244,43,178). Sum of RGB (Red+Green+Blue) = 244+43+178=465 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.47% from 465); Green value is 43 (17.19% from 255 or 9.25% from 465); Blue value is 178 (69.92% from 255 or 38.28% from 465); Max value from RGB is 244 - color contains mainly: red. Hex color #F42BB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42BB2 is #0BD44D. Grayscale: #767676. Windows color (decimal): -775246 or 11676660. OLE color: 11676660.

HSL color Cylindrical-coordinate representation of color #F42BB2: hue angle of 319.7º 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 #F42BB2 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 43 178 -
CMYK 0 0.82 0.27 0.04
HSL 319.7º 0.9% 0.56% -
HSV(B) 319.7º 0.82% 0.96% -
XYZ 46.21 24.18 44.35 -
YUV 118.49 161.59 217.52 -
System Red Green Blue C M Y K H S L
Decimal 244 43 178 0 0.82 0.27 0.04 319.7 0.9 0.56
Hex F4 2B B2 0 52 1B 4 140 5A 38
Octal 364 53 262 0 122 33 4 500 132 70
Binary 11110100 101011 10110010 0 1010010 11011 100 101000000 1011010 111000

Color Harmonies of #F42BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42BB2

Black with #F42BB2

Text Example


Text Example

White with #F42BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42BB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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