Html Css Color HEX #F7147B Deep Pink

📋 copy color: '#F7147B'

red 247 ◦ green 20 ◦ blue 123

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

Shades of Deep Pink #F7147B

Tints of Deep Pink #F7147B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.54%

R = 63.33%
G = 5.13%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F7147B (or 0xF7147B) is known color: Deep Pink. HEX triplet: F7, 14 and 7B. RGB value is (247,20,123). Sum of RGB (Red+Green+Blue) = 247+20+123=390 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.33% from 390); Green value is 20 (8.20% from 255 or 5.13% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 247 - color contains mainly: red. Hex color #F7147B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7147B is #08EB84. Grayscale: #636363. Windows color (decimal): -584581 or 8066295. OLE color: 8066295.

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

Color convert

RGB 247 20 123 -
CMYK 0 0.92 0.50 0.03
HSL 332.78º 0.93% 0.52% -
HSV(B) 332.78º 0.92% 0.97% -
XYZ 42.18 21.7 20.7 -
YUV 99.62 141.21 233.12 -
System Red Green Blue C M Y K H S L
Decimal 247 20 123 0 0.92 0.50 0.03 332.78 0.93 0.52
Hex F7 14 7B 0 5C 32 3 14D 5D 34
Octal 367 24 173 0 134 62 3 515 135 64
Binary 11110111 10100 1111011 0 1011100 110010 11 101001101 1011101 110100

Color Harmonies of #F7147B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7147B

Black with #F7147B

Text Example


Text Example

White with #F7147B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7147B; }

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

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

background-color css

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

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

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

border-color css

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

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

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