Html Css Color HEX #F4157A Deep Pink

📋 copy color: '#F4157A'

red 244 ◦ green 21 ◦ blue 122

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

Shades of Deep Pink #F4157A

Tints of Deep Pink #F4157A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.43%

 BLUE value IS 122 (48.05% from 255) = 31.52%

R = 63.05%
G = 5.43%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.5

 K value IS 0.04

RGB Variations

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

Color information

#F4157A (or 0xF4157A) is known color: Deep Pink. HEX triplet: F4, 15 and 7A. RGB value is (244,21,122). Sum of RGB (Red+Green+Blue) = 244+21+122=387 (51% of max value = 765). Red value is 244 (95.70% from 255 or 63.05% from 387); Green value is 21 (8.59% from 255 or 5.43% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 244 - color contains mainly: red. Hex color #F4157A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4157A is #0BEA85. Grayscale: #636363. Windows color (decimal): -780934 or 8001012. OLE color: 8001012.

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

Color convert

RGB 244 21 122 -
CMYK 0 0.91 0.5 0.04
HSL 332.83º 0.91% 0.52% -
HSV(B) 332.83º 0.91% 0.96% -
XYZ 41.09 21.17 20.33 -
YUV 99.19 140.88 231.29 -
System Red Green Blue C M Y K H S L
Decimal 244 21 122 0 0.91 0.5 0.04 332.83 0.91 0.52
Hex F4 15 7A 0 5B 32 4 14D 5B 34
Octal 364 25 172 0 133 62 4 515 133 64
Binary 11110100 10101 1111010 0 1011011 110010 100 101001101 1011011 110100

Color Harmonies of #F4157A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4157A

Black with #F4157A

Text Example


Text Example

White with #F4157A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4157A; }

 p { color: rgb(244,21,122); }

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

background-color css

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

 a { background-color: rgb(244,21,122); }

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

border-color css

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

 span { border-color: rgb(244,21,122); }

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