Html Css Color HEX #F2048C Deep Pink

📋 copy color: '#F2048C'

red 242 ◦ green 4 ◦ blue 140

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

Shades of Deep Pink #F2048C

Tints of Deep Pink #F2048C

RGB

 RED value IS 242 (94.92% from 255) = 62.69%

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

 BLUE value IS 140 (55.08% from 255) = 36.27%

R = 62.69%
G = 1.04%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F2048C (or 0xF2048C) is known color: Deep Pink. HEX triplet: F2, 04 and 8C. RGB value is (242,4,140). Sum of RGB (Red+Green+Blue) = 242+4+140=386 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.69% from 386); Green value is 4 (1.95% from 255 or 1.04% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 242 - color contains mainly: red. Hex color #F2048C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2048C is #0DFB73. Grayscale: #5A5A5A. Windows color (decimal): -916340 or 9176306. OLE color: 9176306.

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

Color convert

RGB 242 4 140 -
CMYK 0 0.98 0.42 0.05
HSL 325.71º 0.97% 0.48% -
HSV(B) 325.71º 0.98% 0.95% -
XYZ 41.39 20.86 26.66 -
YUV 90.67 155.85 235.94 -
System Red Green Blue C M Y K H S L
Decimal 242 4 140 0 0.98 0.42 0.05 325.71 0.97 0.48
Hex F2 4 8C 0 62 2A 5 146 61 30
Octal 362 4 214 0 142 52 5 506 141 60
Binary 11110010 100 10001100 0 1100010 101010 101 101000110 1100001 110000

Color Harmonies of #F2048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2048C

Black with #F2048C

Text Example


Text Example

White with #F2048C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2048C; }

 p { color: rgb(242,4,140); }

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

background-color css

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

 a { background-color: rgb(242,4,140); }

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

border-color css

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

 span { border-color: rgb(242,4,140); }

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