Html Css Color HEX #F41784 Deep Pink

📋 copy color: '#F41784'

red 244 ◦ green 23 ◦ blue 132

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

Shades of Deep Pink #F41784

Tints of Deep Pink #F41784

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.76%

 BLUE value IS 132 (51.95% from 255) = 33.08%

R = 61.15%
G = 5.76%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F41784 (or 0xF41784) is known color: Deep Pink. HEX triplet: F4, 17 and 84. RGB value is (244,23,132). Sum of RGB (Red+Green+Blue) = 244+23+132=399 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.15% from 399); Green value is 23 (9.38% from 255 or 5.76% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 244 - color contains mainly: red. Hex color #F41784 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41784 is #0BE87B. Grayscale: #656565. Windows color (decimal): -780412 or 8656884. OLE color: 8656884.

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

Color convert

RGB 244 23 132 -
CMYK 0 0.91 0.46 0.04
HSL 330.41º 0.91% 0.52% -
HSV(B) 330.41º 0.91% 0.96% -
XYZ 41.78 21.51 23.78 -
YUV 101.51 145.22 229.64 -
System Red Green Blue C M Y K H S L
Decimal 244 23 132 0 0.91 0.46 0.04 330.41 0.91 0.52
Hex F4 17 84 0 5B 2E 4 14A 5B 34
Octal 364 27 204 0 133 56 4 512 133 64
Binary 11110100 10111 10000100 0 1011011 101110 100 101001010 1011011 110100

Color Harmonies of #F41784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41784

Black with #F41784

Text Example


Text Example

White with #F41784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41784; }

 p { color: rgb(244,23,132); }

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

background-color css

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

 a { background-color: rgb(244,23,132); }

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

border-color css

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

 span { border-color: rgb(244,23,132); }

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