Html Css Color HEX #F418B4 Spicy Pink

📋 copy color: '#F418B4'

red 244 ◦ green 24 ◦ blue 180

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

Shades of Spicy Pink #F418B4

Tints of Spicy Pink #F418B4

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.36%

 BLUE value IS 180 (70.7% from 255) = 40.18%

R = 54.46%
G = 5.36%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.04

RGB Variations

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

Color information

#F418B4 (or 0xF418B4) is known color: Spicy Pink. HEX triplet: F4, 18 and B4. RGB value is (244,24,180). Sum of RGB (Red+Green+Blue) = 244+24+180=448 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.46% from 448); Green value is 24 (9.77% from 255 or 5.36% from 448); Blue value is 180 (70.70% from 255 or 40.18% from 448); Max value from RGB is 244 - color contains mainly: red. Hex color #F418B4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F418B4 is #0BE74B. Grayscale: #6B6B6B. Windows color (decimal): -780108 or 11802868. OLE color: 11802868.

HSL color Cylindrical-coordinate representation of color #F418B4: hue angle of 317.45º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F418B4 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 24 180 -
CMYK 0 0.90 0.26 0.04
HSL 317.45º 0.91% 0.53% -
HSV(B) 317.45º 0.9% 0.96% -
XYZ 45.87 23.18 45.24 -
YUV 107.56 168.89 225.32 -
System Red Green Blue C M Y K H S L
Decimal 244 24 180 0 0.90 0.26 0.04 317.45 0.91 0.53
Hex F4 18 B4 0 5A 1A 4 13D 5B 35
Octal 364 30 264 0 132 32 4 475 133 65
Binary 11110100 11000 10110100 0 1011010 11010 100 100111101 1011011 110101

Color Harmonies of #F418B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F418B4

Black with #F418B4

Text Example


Text Example

White with #F418B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F418B4; }

 p { color: rgb(244,24,180); }

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

background-color css

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

 a { background-color: rgb(244,24,180); }

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

border-color css

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

 span { border-color: rgb(244,24,180); }

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