Html Css Color HEX #F0048A Deep Pink

📋 copy color: '#F0048A'

red 240 ◦ green 4 ◦ blue 138

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

Shades of Deep Pink #F0048A

Tints of Deep Pink #F0048A

RGB

 RED value IS 240 (94.14% from 255) = 62.83%

 GREEN value IS 4 (1.95% from 255) = 1.05%

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

R = 62.83%
G = 1.05%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0048A (or 0xF0048A) is known color: Deep Pink. HEX triplet: F0, 04 and 8A. RGB value is (240,4,138). Sum of RGB (Red+Green+Blue) = 240+4+138=382 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.83% from 382); Green value is 4 (1.95% from 255 or 1.05% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 240 - color contains mainly: red. Hex color #F0048A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0048A is #0FFB75. Grayscale: #595959. Windows color (decimal): -1047414 or 9045232. OLE color: 9045232.

HSL color Cylindrical-coordinate representation of color #F0048A: hue angle of 325.93º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0048A is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 4 138 -
CMYK 0 0.98 0.42 0.06
HSL 325.93º 0.97% 0.48% -
HSV(B) 325.93º 0.98% 0.94% -
XYZ 40.57 20.45 25.85 -
YUV 89.84 155.19 235.1 -
System Red Green Blue C M Y K H S L
Decimal 240 4 138 0 0.98 0.42 0.06 325.93 0.97 0.48
Hex F0 4 8A 0 62 2A 6 146 61 30
Octal 360 4 212 0 142 52 6 506 141 60
Binary 11110000 100 10001010 0 1100010 101010 110 101000110 1100001 110000

Color Harmonies of #F0048A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0048A

Black with #F0048A

Text Example


Text Example

White with #F0048A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0048A; }

 p { color: rgb(240,4,138); }

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

background-color css

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

 a { background-color: rgb(240,4,138); }

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

border-color css

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

 span { border-color: rgb(240,4,138); }

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