Html Css Color HEX #F0048B Deep Pink

📋 copy color: '#F0048B'

red 240 ◦ green 4 ◦ blue 139

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

Shades of Deep Pink #F0048B

Tints of Deep Pink #F0048B

RGB

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

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

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

R = 62.66%
G = 1.04%
B = 36.29%

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

#F0048B (or 0xF0048B) is known color: Deep Pink. HEX triplet: F0, 04 and 8B. RGB value is (240,4,139). Sum of RGB (Red+Green+Blue) = 240+4+139=383 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.66% from 383); Green value is 4 (1.95% from 255 or 1.04% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 240 - color contains mainly: red. Hex color #F0048B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0048B is #0FFB74. Grayscale: #595959. Windows color (decimal): -1047413 or 9110768. OLE color: 9110768.

HSL color Cylindrical-coordinate representation of color #F0048B: hue angle of 325.68º 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 #F0048B is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 4 139 -
CMYK 0 0.98 0.42 0.06
HSL 325.68º 0.97% 0.48% -
HSV(B) 325.68º 0.98% 0.94% -
XYZ 40.64 20.48 26.24 -
YUV 89.95 155.69 235.02 -
System Red Green Blue C M Y K H S L
Decimal 240 4 139 0 0.98 0.42 0.06 325.68 0.97 0.48
Hex F0 4 8B 0 62 2A 6 146 61 30
Octal 360 4 213 0 142 52 6 506 141 60
Binary 11110000 100 10001011 0 1100010 101010 110 101000110 1100001 110000

Color Harmonies of #F0048B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0048B

Black with #F0048B

Text Example


Text Example

White with #F0048B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0048B; }

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

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

background-color css

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

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

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

border-color css

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

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

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