Html Css Color HEX #F41294 Deep Pink

📋 copy color: '#F41294'

red 244 ◦ green 18 ◦ blue 148

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

Shades of Deep Pink #F41294

Tints of Deep Pink #F41294

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.39%

 BLUE value IS 148 (58.2% from 255) = 36.1%

R = 59.51%
G = 4.39%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F41294 (or 0xF41294) is known color: Deep Pink. HEX triplet: F4, 12 and 94. RGB value is (244,18,148). Sum of RGB (Red+Green+Blue) = 244+18+148=410 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.51% from 410); Green value is 18 (7.42% from 255 or 4.39% from 410); Blue value is 148 (58.20% from 255 or 36.10% from 410); Max value from RGB is 244 - color contains mainly: red. Hex color #F41294 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41294 is #0BED6B. Grayscale: #646464. Windows color (decimal): -781676 or 9704180. OLE color: 9704180.

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

Color convert

RGB 244 18 148 -
CMYK 0 0.93 0.39 0.04
HSL 325.49º 0.91% 0.51% -
HSV(B) 325.49º 0.93% 0.96% -
XYZ 42.87 21.8 29.97 -
YUV 100.39 154.87 230.43 -
System Red Green Blue C M Y K H S L
Decimal 244 18 148 0 0.93 0.39 0.04 325.49 0.91 0.51
Hex F4 12 94 0 5D 27 4 145 5B 33
Octal 364 22 224 0 135 47 4 505 133 63
Binary 11110100 10010 10010100 0 1011101 100111 100 101000101 1011011 110011

Color Harmonies of #F41294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41294

Black with #F41294

Text Example


Text Example

White with #F41294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41294; }

 p { color: rgb(244,18,148); }

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

background-color css

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

 a { background-color: rgb(244,18,148); }

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

border-color css

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

 span { border-color: rgb(244,18,148); }

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