Html Css Color HEX #F30080 Deep Pink

📋 copy color: '#F30080'

red 243 ◦ green 0 ◦ blue 128

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

Shades of Deep Pink #F30080

Tints of Deep Pink #F30080

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 128 (50.39% from 255) = 34.5%

R = 65.5%
G = 0%
B = 34.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F30080 (or 0xF30080) is known color: Deep Pink. HEX triplet: F3, 00 and 80. RGB value is (243,0,128). Sum of RGB (Red+Green+Blue) = 243+0+128=371 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.50% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 243 - color contains mainly: red. Hex color #F30080 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30080 is #0CFF7F. Grayscale: #565656. Windows color (decimal): -851840 or 8388851. OLE color: 8388851.

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

Color convert

RGB 243 0 128 -
CMYK 0 1 0.47 0.05
HSL 328.4º 1% 0.48% -
HSV(B) 328.4º 1% 0.95% -
XYZ 40.86 20.61 22.25 -
YUV 87.25 151.01 239.09 -
System Red Green Blue C M Y K H S L
Decimal 243 0 128 0 1 0.47 0.05 328.4 1 0.48
Hex F3 0 80 0 64 2F 5 148 64 30
Octal 363 0 200 0 144 57 5 510 144 60
Binary 11110011 0 10000000 0 1100100 101111 101 101001000 1100100 110000

Color Harmonies of #F30080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30080

Black with #F30080

Text Example


Text Example

White with #F30080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30080; }

 p { color: rgb(243,0,128); }

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

background-color css

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

 a { background-color: rgb(243,0,128); }

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

border-color css

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

 span { border-color: rgb(243,0,128); }

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