Html Css Color HEX #F30E93 Deep Pink

📋 copy color: '#F30E93'

red 243 ◦ green 14 ◦ blue 147

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

Shades of Deep Pink #F30E93

Tints of Deep Pink #F30E93

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.47%

 BLUE value IS 147 (57.81% from 255) = 36.39%

R = 60.15%
G = 3.47%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F30E93 (or 0xF30E93) is known color: Deep Pink. HEX triplet: F3, 0E and 93. RGB value is (243,14,147). Sum of RGB (Red+Green+Blue) = 243+14+147=404 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.15% from 404); Green value is 14 (5.86% from 255 or 3.47% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 243 - color contains mainly: red. Hex color #F30E93 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30E93 is #0CF16C. Grayscale: #616161. Windows color (decimal): -848237 or 9637619. OLE color: 9637619.

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

Color convert

RGB 243 14 147 -
CMYK 0 0.94 0.40 0.05
HSL 325.15º 0.91% 0.5% -
HSV(B) 325.15º 0.94% 0.95% -
XYZ 42.39 21.48 29.51 -
YUV 97.63 155.87 231.69 -
System Red Green Blue C M Y K H S L
Decimal 243 14 147 0 0.94 0.40 0.05 325.15 0.91 0.5
Hex F3 E 93 0 5E 28 5 145 5B 32
Octal 363 16 223 0 136 50 5 505 133 62
Binary 11110011 1110 10010011 0 1011110 101000 101 101000101 1011011 110010

Color Harmonies of #F30E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30E93

Black with #F30E93

Text Example


Text Example

White with #F30E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30E93; }

 p { color: rgb(243,14,147); }

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

background-color css

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

 a { background-color: rgb(243,14,147); }

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

border-color css

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

 span { border-color: rgb(243,14,147); }

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