Html Css Color HEX #F30478 Deep Pink

📋 copy color: '#F30478'

red 243 ◦ green 4 ◦ blue 120

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

Shades of Deep Pink #F30478

Tints of Deep Pink #F30478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 32.7%

R = 66.21%
G = 1.09%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F30478 (or 0xF30478) is known color: Deep Pink. HEX triplet: F3, 04 and 78. RGB value is (243,4,120). Sum of RGB (Red+Green+Blue) = 243+4+120=367 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.21% from 367); Green value is 4 (1.95% from 255 or 1.09% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 243 - color contains mainly: red. Hex color #F30478 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30478 is #0CFB87. Grayscale: #585858. Windows color (decimal): -850824 or 7865587. OLE color: 7865587.

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

Color convert

RGB 243 4 120 -
CMYK 0 0.98 0.51 0.05
HSL 330.88º 0.97% 0.48% -
HSV(B) 330.88º 0.98% 0.95% -
XYZ 40.4 20.5 19.6 -
YUV 88.69 145.68 238.07 -
System Red Green Blue C M Y K H S L
Decimal 243 4 120 0 0.98 0.51 0.05 330.88 0.97 0.48
Hex F3 4 78 0 62 33 5 14B 61 30
Octal 363 4 170 0 142 63 5 513 141 60
Binary 11110011 100 1111000 0 1100010 110011 101 101001011 1100001 110000

Color Harmonies of #F30478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30478

Black with #F30478

Text Example


Text Example

White with #F30478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30478; }

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

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

background-color css

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

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

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

border-color css

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

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

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