Html Css Color HEX #F30E99 Deep Pink

📋 copy color: '#F30E99'

red 243 ◦ green 14 ◦ blue 153

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

Shades of Deep Pink #F30E99

Tints of Deep Pink #F30E99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 37.32%

R = 59.27%
G = 3.41%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F30E99 (or 0xF30E99) is known color: Deep Pink. HEX triplet: F3, 0E and 99. RGB value is (243,14,153). Sum of RGB (Red+Green+Blue) = 243+14+153=410 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.27% from 410); Green value is 14 (5.86% from 255 or 3.41% from 410); Blue value is 153 (60.16% from 255 or 37.32% from 410); Max value from RGB is 243 - color contains mainly: red. Hex color #F30E99 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30E99 is #0CF166. Grayscale: #616161. Windows color (decimal): -848231 or 10030835. OLE color: 10030835.

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

Color convert

RGB 243 14 153 -
CMYK 0 0.94 0.37 0.05
HSL 323.58º 0.91% 0.5% -
HSV(B) 323.58º 0.94% 0.95% -
XYZ 42.87 21.67 32.06 -
YUV 98.32 158.87 231.2 -
System Red Green Blue C M Y K H S L
Decimal 243 14 153 0 0.94 0.37 0.05 323.58 0.91 0.5
Hex F3 E 99 0 5E 25 5 144 5B 32
Octal 363 16 231 0 136 45 5 504 133 62
Binary 11110011 1110 10011001 0 1011110 100101 101 101000100 1011011 110010

Color Harmonies of #F30E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30E99

Black with #F30E99

Text Example


Text Example

White with #F30E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30E99; }

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

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

background-color css

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

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

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

border-color css

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

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

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