Html Css Color HEX #F42DB7 Spicy Pink

📋 copy color: '#F42DB7'

red 244 ◦ green 45 ◦ blue 183

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

Shades of Spicy Pink #F42DB7

Tints of Spicy Pink #F42DB7

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.53%

 BLUE value IS 183 (71.88% from 255) = 38.77%

R = 51.69%
G = 9.53%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#F42DB7 (or 0xF42DB7) is known color: Spicy Pink. HEX triplet: F4, 2D and B7. RGB value is (244,45,183). Sum of RGB (Red+Green+Blue) = 244+45+183=472 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.69% from 472); Green value is 45 (17.97% from 255 or 9.53% from 472); Blue value is 183 (71.88% from 255 or 38.77% from 472); Max value from RGB is 244 - color contains mainly: red. Hex color #F42DB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F42DB7 is #0BD248. Grayscale: #777777. Windows color (decimal): -774729 or 12004852. OLE color: 12004852.

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

Color convert

RGB 244 45 183 -
CMYK 0 0.82 0.25 0.04
HSL 318.39º 0.9% 0.57% -
HSV(B) 318.39º 0.82% 0.96% -
XYZ 46.79 24.53 47.07 -
YUV 120.23 163.43 216.28 -
System Red Green Blue C M Y K H S L
Decimal 244 45 183 0 0.82 0.25 0.04 318.39 0.9 0.57
Hex F4 2D B7 0 52 19 4 13E 5A 39
Octal 364 55 267 0 122 31 4 476 132 71
Binary 11110100 101101 10110111 0 1010010 11001 100 100111110 1011010 111001

Color Harmonies of #F42DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42DB7

Black with #F42DB7

Text Example


Text Example

White with #F42DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42DB7; }

 p { color: rgb(244,45,183); }

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

background-color css

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

 a { background-color: rgb(244,45,183); }

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

border-color css

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

 span { border-color: rgb(244,45,183); }

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