Html Css Color HEX #F4058B Deep Pink

📋 copy color: '#F4058B'

red 244 ◦ green 5 ◦ blue 139

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

Shades of Deep Pink #F4058B

Tints of Deep Pink #F4058B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.29%

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

R = 62.89%
G = 1.29%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F4058B (or 0xF4058B) is known color: Deep Pink. HEX triplet: F4, 05 and 8B. RGB value is (244,5,139). Sum of RGB (Red+Green+Blue) = 244+5+139=388 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.89% from 388); Green value is 5 (2.34% from 255 or 1.29% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 244 - color contains mainly: red. Hex color #F4058B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F4058B is #0BFA74. Grayscale: #5B5B5B. Windows color (decimal): -785013 or 9111028. OLE color: 9111028.

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

Color convert

RGB 244 5 139 -
CMYK 0 0.98 0.43 0.04
HSL 326.36º 0.96% 0.49% -
HSV(B) 326.36º 0.98% 0.96% -
XYZ 42.02 21.21 26.3 -
YUV 91.74 154.68 236.6 -
System Red Green Blue C M Y K H S L
Decimal 244 5 139 0 0.98 0.43 0.04 326.36 0.96 0.49
Hex F4 5 8B 0 62 2B 4 146 60 31
Octal 364 5 213 0 142 53 4 506 140 61
Binary 11110100 101 10001011 0 1100010 101011 100 101000110 1100000 110001

Color Harmonies of #F4058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4058B

Black with #F4058B

Text Example


Text Example

White with #F4058B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4058B; }

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

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

background-color css

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

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

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

border-color css

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

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

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