Html Css Color HEX #F30E8D Deep Pink

📋 copy color: '#F30E8D'

red 243 ◦ green 14 ◦ blue 141

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

Shades of Deep Pink #F30E8D

Tints of Deep Pink #F30E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.43%

R = 61.06%
G = 3.52%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F30E8D (or 0xF30E8D) is known color: Deep Pink. HEX triplet: F3, 0E and 8D. RGB value is (243,14,141). Sum of RGB (Red+Green+Blue) = 243+14+141=398 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.06% from 398); Green value is 14 (5.86% from 255 or 3.52% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 243 - color contains mainly: red. Hex color #F30E8D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30E8D is #0CF172. Grayscale: #606060. Windows color (decimal): -848243 or 9244403. OLE color: 9244403.

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

Color convert

RGB 243 14 141 -
CMYK 0 0.94 0.42 0.05
HSL 326.72º 0.91% 0.5% -
HSV(B) 326.72º 0.94% 0.95% -
XYZ 41.93 21.29 27.1 -
YUV 96.95 152.87 232.17 -
System Red Green Blue C M Y K H S L
Decimal 243 14 141 0 0.94 0.42 0.05 326.72 0.91 0.5
Hex F3 E 8D 0 5E 2A 5 147 5B 32
Octal 363 16 215 0 136 52 5 507 133 62
Binary 11110011 1110 10001101 0 1011110 101010 101 101000111 1011011 110010

Color Harmonies of #F30E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30E8D

Black with #F30E8D

Text Example


Text Example

White with #F30E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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