Html Css Color HEX #F30878 Deep Pink

📋 copy color: '#F30878'

red 243 ◦ green 8 ◦ blue 120

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

Shades of Deep Pink #F30878

Tints of Deep Pink #F30878

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.16%

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

R = 65.5%
G = 2.16%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F30878 (or 0xF30878) is known color: Deep Pink. HEX triplet: F3, 08 and 78. RGB value is (243,8,120). Sum of RGB (Red+Green+Blue) = 243+8+120=371 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.50% from 371); Green value is 8 (3.52% from 255 or 2.16% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 243 - color contains mainly: red. Hex color #F30878 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30878 is #0CF787. Grayscale: #5A5A5A. Windows color (decimal): -849800 or 7866611. OLE color: 7866611.

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

Color convert

RGB 243 8 120 -
CMYK 0 0.97 0.51 0.05
HSL 331.4º 0.94% 0.49% -
HSV(B) 331.4º 0.97% 0.95% -
XYZ 40.44 20.58 19.61 -
YUV 91.03 144.36 236.39 -
System Red Green Blue C M Y K H S L
Decimal 243 8 120 0 0.97 0.51 0.05 331.4 0.94 0.49
Hex F3 8 78 0 61 33 5 14B 5E 31
Octal 363 10 170 0 141 63 5 513 136 61
Binary 11110011 1000 1111000 0 1100001 110011 101 101001011 1011110 110001

Color Harmonies of #F30878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30878

Black with #F30878

Text Example


Text Example

White with #F30878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30878; }

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

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

background-color css

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

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

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

border-color css

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

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

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