Html Css Color HEX #F0148D Deep Pink

📋 copy color: '#F0148D'

red 240 ◦ green 20 ◦ blue 141

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

Shades of Deep Pink #F0148D

Tints of Deep Pink #F0148D

RGB

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

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

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

R = 59.85%
G = 4.99%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0148D (or 0xF0148D) is known color: Deep Pink. HEX triplet: F0, 14 and 8D. RGB value is (240,20,141). Sum of RGB (Red+Green+Blue) = 240+20+141=401 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.85% from 401); Green value is 20 (8.20% from 255 or 4.99% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 240 - color contains mainly: red. Hex color #F0148D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0148D is #0FEB72. Grayscale: #636363. Windows color (decimal): -1043315 or 9245936. OLE color: 9245936.

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

Color convert

RGB 240 20 141 -
CMYK 0 0.92 0.41 0.06
HSL 327º 0.88% 0.51% -
HSV(B) 327º 0.92% 0.94% -
XYZ 40.99 20.95 27.08 -
YUV 99.57 151.39 228.16 -
System Red Green Blue C M Y K H S L
Decimal 240 20 141 0 0.92 0.41 0.06 327 0.88 0.51
Hex F0 14 8D 0 5C 29 6 147 58 33
Octal 360 24 215 0 134 51 6 507 130 63
Binary 11110000 10100 10001101 0 1011100 101001 110 101000111 1011000 110011

Color Harmonies of #F0148D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0148D

Black with #F0148D

Text Example


Text Example

White with #F0148D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0148D; }

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

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

background-color css

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

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

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

border-color css

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

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

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