Html Css Color HEX #F3048C Deep Pink

📋 copy color: '#F3048C'

red 243 ◦ green 4 ◦ blue 140

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

Shades of Deep Pink #F3048C

Tints of Deep Pink #F3048C

RGB

 RED value IS 243 (95.31% from 255) = 62.79%

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

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

R = 62.79%
G = 1.03%
B = 36.18%

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

#F3048C (or 0xF3048C) is known color: Deep Pink. HEX triplet: F3, 04 and 8C. RGB value is (243,4,140). Sum of RGB (Red+Green+Blue) = 243+4+140=387 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.79% from 387); Green value is 4 (1.95% from 255 or 1.03% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 243 - color contains mainly: red. Hex color #F3048C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F3048C is #0CFB73. Grayscale: #5A5A5A. Windows color (decimal): -850804 or 9176307. OLE color: 9176307.

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

Color convert

RGB 243 4 140 -
CMYK 0 0.98 0.42 0.05
HSL 325.86º 0.97% 0.48% -
HSV(B) 325.86º 0.98% 0.95% -
XYZ 41.74 21.03 26.67 -
YUV 90.97 155.68 236.44 -
System Red Green Blue C M Y K H S L
Decimal 243 4 140 0 0.98 0.42 0.05 325.86 0.97 0.48
Hex F3 4 8C 0 62 2A 5 146 61 30
Octal 363 4 214 0 142 52 5 506 141 60
Binary 11110011 100 10001100 0 1100010 101010 101 101000110 1100001 110000

Color Harmonies of #F3048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3048C

Black with #F3048C

Text Example


Text Example

White with #F3048C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3048C; }

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

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

background-color css

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

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

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

border-color css

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

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

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