Html Css Color HEX #F4018A Deep Pink

📋 copy color: '#F4018A'

red 244 ◦ green 1 ◦ blue 138

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

Shades of Deep Pink #F4018A

Tints of Deep Pink #F4018A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

 BLUE value IS 138 (54.3% from 255) = 36.03%

R = 63.71%
G = 0.26%
B = 36.03%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F4018A (or 0xF4018A) is known color: Deep Pink. HEX triplet: F4, 01 and 8A. RGB value is (244,1,138). Sum of RGB (Red+Green+Blue) = 244+1+138=383 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.71% from 383); Green value is 1 (0.78% from 255 or 0.26% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 244 - color contains mainly: red. Hex color #F4018A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F4018A is #0BFE75. Grayscale: #585858. Windows color (decimal): -786038 or 9044468. OLE color: 9044468.

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

Color convert

RGB 244 1 138 -
CMYK 0 1.00 0.43 0.04
HSL 326.17º 0.99% 0.48% -
HSV(B) 326.17º 1% 0.96% -
XYZ 41.91 21.09 25.91 -
YUV 89.28 155.51 238.36 -
System Red Green Blue C M Y K H S L
Decimal 244 1 138 0 1.00 0.43 0.04 326.17 0.99 0.48
Hex F4 1 8A 0 64 2B 4 146 63 30
Octal 364 1 212 0 144 53 4 506 143 60
Binary 11110100 1 10001010 0 1100100 101011 100 101000110 1100011 110000

Color Harmonies of #F4018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4018A

Black with #F4018A

Text Example


Text Example

White with #F4018A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4018A; }

 p { color: rgb(244,1,138); }

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

background-color css

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

 a { background-color: rgb(244,1,138); }

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

border-color css

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

 span { border-color: rgb(244,1,138); }

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