Html Css Color HEX #F42FB7 Spicy Pink

📋 copy color: '#F42FB7'

red 244 ◦ green 47 ◦ blue 183

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

Shades of Spicy Pink #F42FB7

Tints of Spicy Pink #F42FB7

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.92%

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

R = 51.48%
G = 9.92%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#F42FB7 (or 0xF42FB7) is known color: Spicy Pink. HEX triplet: F4, 2F and B7. RGB value is (244,47,183). Sum of RGB (Red+Green+Blue) = 244+47+183=474 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.48% from 474); Green value is 47 (18.75% from 255 or 9.92% from 474); Blue value is 183 (71.88% from 255 or 38.61% from 474); Max value from RGB is 244 - color contains mainly: red. Hex color #F42FB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F42FB7 is #0BD048. Grayscale: #797979. Windows color (decimal): -774217 or 12005364. OLE color: 12005364.

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

Color convert

RGB 244 47 183 -
CMYK 0 0.81 0.25 0.04
HSL 318.58º 0.9% 0.57% -
HSV(B) 318.58º 0.81% 0.96% -
XYZ 46.87 24.69 47.09 -
YUV 121.41 162.77 215.44 -
System Red Green Blue C M Y K H S L
Decimal 244 47 183 0 0.81 0.25 0.04 318.58 0.9 0.57
Hex F4 2F B7 0 51 19 4 13F 5A 39
Octal 364 57 267 0 121 31 4 477 132 71
Binary 11110100 101111 10110111 0 1010001 11001 100 100111111 1011010 111001

Color Harmonies of #F42FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42FB7

Black with #F42FB7

Text Example


Text Example

White with #F42FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42FB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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