Html Css Color HEX #F414AF Spicy Pink

📋 copy color: '#F414AF'

red 244 ◦ green 20 ◦ blue 175

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

Shades of Spicy Pink #F414AF

Tints of Spicy Pink #F414AF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.56%

 BLUE value IS 175 (68.75% from 255) = 39.86%

R = 55.58%
G = 4.56%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#F414AF (or 0xF414AF) is known color: Spicy Pink. HEX triplet: F4, 14 and AF. RGB value is (244,20,175). Sum of RGB (Red+Green+Blue) = 244+20+175=439 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.58% from 439); Green value is 20 (8.20% from 255 or 4.56% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 244 - color contains mainly: red. Hex color #F414AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F414AF is #0BEB50. Grayscale: #686868. Windows color (decimal): -781137 or 11474164. OLE color: 11474164.

HSL color Cylindrical-coordinate representation of color #F414AF: hue angle of 318.48º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F414AF is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 20 175 -
CMYK 0 0.92 0.28 0.04
HSL 318.48º 0.91% 0.52% -
HSV(B) 318.48º 0.92% 0.96% -
XYZ 45.3 22.83 42.58 -
YUV 104.65 167.71 227.4 -
System Red Green Blue C M Y K H S L
Decimal 244 20 175 0 0.92 0.28 0.04 318.48 0.91 0.52
Hex F4 14 AF 0 5C 1C 4 13E 5B 34
Octal 364 24 257 0 134 34 4 476 133 64
Binary 11110100 10100 10101111 0 1011100 11100 100 100111110 1011011 110100

Color Harmonies of #F414AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F414AF

Black with #F414AF

Text Example


Text Example

White with #F414AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F414AF; }

 p { color: rgb(244,20,175); }

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

background-color css

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

 a { background-color: rgb(244,20,175); }

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

border-color css

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

 span { border-color: rgb(244,20,175); }

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