Html Css Color HEX #F4158B Deep Pink

📋 copy color: '#F4158B'

red 244 ◦ green 21 ◦ blue 139

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

Shades of Deep Pink #F4158B

Tints of Deep Pink #F4158B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.41%

R = 60.4%
G = 5.2%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F4158B (or 0xF4158B) is known color: Deep Pink. HEX triplet: F4, 15 and 8B. RGB value is (244,21,139). Sum of RGB (Red+Green+Blue) = 244+21+139=404 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.40% from 404); Green value is 21 (8.59% from 255 or 5.20% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 244 - color contains mainly: red. Hex color #F4158B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F4158B is #0BEA74. Grayscale: #646464. Windows color (decimal): -780917 or 9115124. OLE color: 9115124.

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

Color convert

RGB 244 21 139 -
CMYK 0 0.91 0.43 0.04
HSL 328.25º 0.91% 0.52% -
HSV(B) 328.25º 0.91% 0.96% -
XYZ 42.24 21.63 26.38 -
YUV 101.13 149.38 229.91 -
System Red Green Blue C M Y K H S L
Decimal 244 21 139 0 0.91 0.43 0.04 328.25 0.91 0.52
Hex F4 15 8B 0 5B 2B 4 148 5B 34
Octal 364 25 213 0 133 53 4 510 133 64
Binary 11110100 10101 10001011 0 1011011 101011 100 101001000 1011011 110100

Color Harmonies of #F4158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4158B

Black with #F4158B

Text Example


Text Example

White with #F4158B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4158B; }

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

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

background-color css

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

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

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

border-color css

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

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

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