Html Css Color HEX #F41692 Deep Pink

📋 copy color: '#F41692'

red 244 ◦ green 22 ◦ blue 146

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

Shades of Deep Pink #F41692

Tints of Deep Pink #F41692

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.34%

 BLUE value IS 146 (57.42% from 255) = 35.44%

R = 59.22%
G = 5.34%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F41692 (or 0xF41692) is known color: Deep Pink. HEX triplet: F4, 16 and 92. RGB value is (244,22,146). Sum of RGB (Red+Green+Blue) = 244+22+146=412 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.22% from 412); Green value is 22 (8.98% from 255 or 5.34% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 244 - color contains mainly: red. Hex color #F41692 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41692 is #0BE96D. Grayscale: #666666. Windows color (decimal): -780654 or 9574132. OLE color: 9574132.

HSL color Cylindrical-coordinate representation of color #F41692: hue angle of 326.49º 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 #F41692 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 22 146 -
CMYK 0 0.91 0.40 0.04
HSL 326.49º 0.91% 0.52% -
HSV(B) 326.49º 0.91% 0.96% -
XYZ 42.78 21.88 29.16 -
YUV 102.51 152.55 228.92 -
System Red Green Blue C M Y K H S L
Decimal 244 22 146 0 0.91 0.40 0.04 326.49 0.91 0.52
Hex F4 16 92 0 5B 28 4 146 5B 34
Octal 364 26 222 0 133 50 4 506 133 64
Binary 11110100 10110 10010010 0 1011011 101000 100 101000110 1011011 110100

Color Harmonies of #F41692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41692

Black with #F41692

Text Example


Text Example

White with #F41692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41692; }

 p { color: rgb(244,22,146); }

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

background-color css

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

 a { background-color: rgb(244,22,146); }

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

border-color css

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

 span { border-color: rgb(244,22,146); }

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