Html Css Color HEX #F0147F Deep Pink

📋 copy color: '#F0147F'

red 240 ◦ green 20 ◦ blue 127

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

Shades of Deep Pink #F0147F

Tints of Deep Pink #F0147F

RGB

 RED value IS 240 (94.14% from 255) = 62.02%

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

 BLUE value IS 127 (50% from 255) = 32.82%

R = 62.02%
G = 5.17%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0147F (or 0xF0147F) is known color: Deep Pink. HEX triplet: F0, 14 and 7F. RGB value is (240,20,127). Sum of RGB (Red+Green+Blue) = 240+20+127=387 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.02% from 387); Green value is 20 (8.20% from 255 or 5.17% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 240 - color contains mainly: red. Hex color #F0147F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0147F is #0FEB80. Grayscale: #616161. Windows color (decimal): -1043329 or 8328432. OLE color: 8328432.

HSL color Cylindrical-coordinate representation of color #F0147F: hue angle of 330.82º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F0147F is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 20 127 -
CMYK 0 0.92 0.47 0.06
HSL 330.82º 0.88% 0.51% -
HSV(B) 330.82º 0.92% 0.94% -
XYZ 40.02 20.56 21.94 -
YUV 97.98 144.39 229.3 -
System Red Green Blue C M Y K H S L
Decimal 240 20 127 0 0.92 0.47 0.06 330.82 0.88 0.51
Hex F0 14 7F 0 5C 2F 6 14B 58 33
Octal 360 24 177 0 134 57 6 513 130 63
Binary 11110000 10100 1111111 0 1011100 101111 110 101001011 1011000 110011

Color Harmonies of #F0147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0147F

Black with #F0147F

Text Example


Text Example

White with #F0147F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0147F; }

 p { color: rgb(240,20,127); }

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

background-color css

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

 a { background-color: rgb(240,20,127); }

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

border-color css

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

 span { border-color: rgb(240,20,127); }

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