Html Css Color HEX #F41681 Deep Pink

📋 copy color: '#F41681'

red 244 ◦ green 22 ◦ blue 129

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

Shades of Deep Pink #F41681

Tints of Deep Pink #F41681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.66%

R = 61.77%
G = 5.57%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F41681 (or 0xF41681) is known color: Deep Pink. HEX triplet: F4, 16 and 81. RGB value is (244,22,129). Sum of RGB (Red+Green+Blue) = 244+22+129=395 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.77% from 395); Green value is 22 (8.98% from 255 or 5.57% from 395); Blue value is 129 (50.78% from 255 or 32.66% from 395); Max value from RGB is 244 - color contains mainly: red. Hex color #F41681 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41681 is #0BE97E. Grayscale: #646464. Windows color (decimal): -780671 or 8460020. OLE color: 8460020.

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

Color convert

RGB 244 22 129 -
CMYK 0 0.91 0.47 0.04
HSL 331.08º 0.91% 0.52% -
HSV(B) 331.08º 0.91% 0.96% -
XYZ 41.56 21.39 22.71 -
YUV 100.58 144.05 230.3 -
System Red Green Blue C M Y K H S L
Decimal 244 22 129 0 0.91 0.47 0.04 331.08 0.91 0.52
Hex F4 16 81 0 5B 2F 4 14B 5B 34
Octal 364 26 201 0 133 57 4 513 133 64
Binary 11110100 10110 10000001 0 1011011 101111 100 101001011 1011011 110100

Color Harmonies of #F41681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41681

Black with #F41681

Text Example


Text Example

White with #F41681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41681; }

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

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

background-color css

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

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

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

border-color css

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

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

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