Html Css Color HEX #F41C90 Deep Pink

📋 copy color: '#F41C90'

red 244 ◦ green 28 ◦ blue 144

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

Shades of Deep Pink #F41C90

Tints of Deep Pink #F41C90

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.73%

 BLUE value IS 144 (56.64% from 255) = 34.62%

R = 58.65%
G = 6.73%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F41C90 (or 0xF41C90) is known color: Deep Pink. HEX triplet: F4, 1C and 90. RGB value is (244,28,144). Sum of RGB (Red+Green+Blue) = 244+28+144=416 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.65% from 416); Green value is 28 (11.33% from 255 or 6.73% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 244 - color contains mainly: red. Hex color #F41C90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F41C90 is #0BE36F. Grayscale: #696969. Windows color (decimal): -779120 or 9444596. OLE color: 9444596.

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

Color convert

RGB 244 28 144 -
CMYK 0 0.89 0.41 0.04
HSL 327.78º 0.91% 0.53% -
HSV(B) 327.78º 0.89% 0.96% -
XYZ 42.76 22.08 28.39 -
YUV 105.81 149.56 226.57 -
System Red Green Blue C M Y K H S L
Decimal 244 28 144 0 0.89 0.41 0.04 327.78 0.91 0.53
Hex F4 1C 90 0 59 29 4 148 5B 35
Octal 364 34 220 0 131 51 4 510 133 65
Binary 11110100 11100 10010000 0 1011001 101001 100 101001000 1011011 110101

Color Harmonies of #F41C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41C90

Black with #F41C90

Text Example


Text Example

White with #F41C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41C90; }

 p { color: rgb(244,28,144); }

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

background-color css

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

 a { background-color: rgb(244,28,144); }

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

border-color css

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

 span { border-color: rgb(244,28,144); }

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