Html Css Color HEX #F3048A Deep Pink

📋 copy color: '#F3048A'

red 243 ◦ green 4 ◦ blue 138

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

Shades of Deep Pink #F3048A

Tints of Deep Pink #F3048A

RGB

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

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

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

R = 63.12%
G = 1.04%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F3048A (or 0xF3048A) is known color: Deep Pink. HEX triplet: F3, 04 and 8A. RGB value is (243,4,138). Sum of RGB (Red+Green+Blue) = 243+4+138=385 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.12% from 385); Green value is 4 (1.95% from 255 or 1.04% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 243 - color contains mainly: red. Hex color #F3048A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F3048A is #0CFB75. Grayscale: #5A5A5A. Windows color (decimal): -850806 or 9045235. OLE color: 9045235.

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

Color convert

RGB 243 4 138 -
CMYK 0 0.98 0.43 0.05
HSL 326.36º 0.97% 0.48% -
HSV(B) 326.36º 0.98% 0.95% -
XYZ 41.59 20.98 25.9 -
YUV 90.74 154.68 236.6 -
System Red Green Blue C M Y K H S L
Decimal 243 4 138 0 0.98 0.43 0.05 326.36 0.97 0.48
Hex F3 4 8A 0 62 2B 5 146 61 30
Octal 363 4 212 0 142 53 5 506 141 60
Binary 11110011 100 10001010 0 1100010 101011 101 101000110 1100001 110000

Color Harmonies of #F3048A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3048A

Black with #F3048A

Text Example


Text Example

White with #F3048A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3048A; }

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

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

background-color css

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

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

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

border-color css

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

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

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