Html Css Color HEX #F7138F Deep Pink

📋 copy color: '#F7138F'

red 247 ◦ green 19 ◦ blue 143

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

Shades of Deep Pink #F7138F

Tints of Deep Pink #F7138F

RGB

 RED value IS 247 (96.88% from 255) = 60.39%

 GREEN value IS 19 (7.81% from 255) = 4.65%

 BLUE value IS 143 (56.25% from 255) = 34.96%

R = 60.39%
G = 4.65%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F7138F (or 0xF7138F) is known color: Deep Pink. HEX triplet: F7, 13 and 8F. RGB value is (247,19,143). Sum of RGB (Red+Green+Blue) = 247+19+143=409 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.39% from 409); Green value is 19 (7.81% from 255 or 4.65% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 247 - color contains mainly: red. Hex color #F7138F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7138F is #08EC70. Grayscale: #656565. Windows color (decimal): -584817 or 9376759. OLE color: 9376759.

HSL color Cylindrical-coordinate representation of color #F7138F: hue angle of 327.37º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F7138F is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 19 143 -
CMYK 0 0.92 0.42 0.03
HSL 327.37º 0.93% 0.52% -
HSV(B) 327.37º 0.92% 0.97% -
XYZ 43.55 22.22 27.98 -
YUV 101.31 151.54 231.92 -
System Red Green Blue C M Y K H S L
Decimal 247 19 143 0 0.92 0.42 0.03 327.37 0.93 0.52
Hex F7 13 8F 0 5C 2A 3 147 5D 34
Octal 367 23 217 0 134 52 3 507 135 64
Binary 11110111 10011 10001111 0 1011100 101010 11 101000111 1011101 110100

Color Harmonies of #F7138F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7138F

Black with #F7138F

Text Example


Text Example

White with #F7138F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7138F; }

 p { color: rgb(247,19,143); }

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

background-color css

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

 a { background-color: rgb(247,19,143); }

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

border-color css

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

 span { border-color: rgb(247,19,143); }

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