Html Css Color HEX #F424BE Spicy Pink

📋 copy color: '#F424BE'

red 244 ◦ green 36 ◦ blue 190

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

Shades of Spicy Pink #F424BE

Tints of Spicy Pink #F424BE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.66%

 BLUE value IS 190 (74.61% from 255) = 40.43%

R = 51.91%
G = 7.66%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F424BE (or 0xF424BE) is known color: Spicy Pink. HEX triplet: F4, 24 and BE. RGB value is (244,36,190). Sum of RGB (Red+Green+Blue) = 244+36+190=470 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.91% from 470); Green value is 36 (14.45% from 255 or 7.66% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 244 - color contains mainly: red. Hex color #F424BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F424BE is #0BDB41. Grayscale: #737373. Windows color (decimal): -777026 or 12461300. OLE color: 12461300.

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

Color convert

RGB 244 36 190 -
CMYK 0 0.85 0.22 0.04
HSL 315.58º 0.9% 0.55% -
HSV(B) 315.58º 0.85% 0.96% -
XYZ 47.23 24.21 50.9 -
YUV 115.75 169.91 219.48 -
System Red Green Blue C M Y K H S L
Decimal 244 36 190 0 0.85 0.22 0.04 315.58 0.9 0.55
Hex F4 24 BE 0 55 16 4 13C 5A 37
Octal 364 44 276 0 125 26 4 474 132 67
Binary 11110100 100100 10111110 0 1010101 10110 100 100111100 1011010 110111

Color Harmonies of #F424BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F424BE

Black with #F424BE

Text Example


Text Example

White with #F424BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F424BE; }

 p { color: rgb(244,36,190); }

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

background-color css

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

 a { background-color: rgb(244,36,190); }

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

border-color css

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

 span { border-color: rgb(244,36,190); }

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