Html Css Color HEX #F7148C Deep Pink

📋 copy color: '#F7148C'

red 247 ◦ green 20 ◦ blue 140

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

Shades of Deep Pink #F7148C

Tints of Deep Pink #F7148C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.91%

 BLUE value IS 140 (55.08% from 255) = 34.4%

R = 60.69%
G = 4.91%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F7148C (or 0xF7148C) is known color: Deep Pink. HEX triplet: F7, 14 and 8C. RGB value is (247,20,140). Sum of RGB (Red+Green+Blue) = 247+20+140=407 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.69% from 407); Green value is 20 (8.20% from 255 or 4.91% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 247 - color contains mainly: red. Hex color #F7148C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7148C is #08EB73. Grayscale: #656565. Windows color (decimal): -584564 or 9180407. OLE color: 9180407.

HSL color Cylindrical-coordinate representation of color #F7148C: hue angle of 328.28º 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 #F7148C is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 20 140 -
CMYK 0 0.92 0.43 0.03
HSL 328.28º 0.93% 0.52% -
HSV(B) 328.28º 0.92% 0.97% -
XYZ 43.34 22.17 26.81 -
YUV 101.55 149.71 231.74 -
System Red Green Blue C M Y K H S L
Decimal 247 20 140 0 0.92 0.43 0.03 328.28 0.93 0.52
Hex F7 14 8C 0 5C 2B 3 148 5D 34
Octal 367 24 214 0 134 53 3 510 135 64
Binary 11110111 10100 10001100 0 1011100 101011 11 101001000 1011101 110100

Color Harmonies of #F7148C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7148C

Black with #F7148C

Text Example


Text Example

White with #F7148C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7148C; }

 p { color: rgb(247,20,140); }

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

background-color css

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

 a { background-color: rgb(247,20,140); }

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

border-color css

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

 span { border-color: rgb(247,20,140); }

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