Html Css Color HEX #FF148D Deep Pink

📋 copy color: '#FF148D'

red 255 ◦ green 20 ◦ blue 141

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

Shades of Deep Pink #FF148D

Tints of Deep Pink #FF148D

RGB

 RED value IS 255 (100% from 255) = 61.3%

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

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

R = 61.3%
G = 4.81%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FF148D (or 0xFF148D) is known color: Deep Pink. HEX triplet: FF, 14 and 8D. RGB value is (255,20,141). Sum of RGB (Red+Green+Blue) = 255+20+141=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 20 (8.20% from 255 or 4.81% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF148D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF148D is #00EB72. Grayscale: #676767. Windows color (decimal): -60275 or 9245951. OLE color: 9245951.

HSL color Cylindrical-coordinate representation of color #FF148D: hue angle of 329.11º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF148D is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.

Color convert

RGB 255 20 141 -
CMYK 0 0.92 0.45 0
HSL 329.11º 1% 0.54% -
HSV(B) 329.11º 0.92% 1% -
XYZ 46.3 23.68 27.33 -
YUV 104.06 148.86 235.66 -
System Red Green Blue C M Y K H S L
Decimal 255 20 141 0 0.92 0.45 0 329.11 1 0.54
Hex FF 14 8D 0 5C 2D 0 149 64 36
Octal 377 24 215 0 134 55 0 511 144 66
Binary 11111111 10100 10001101 0 1011100 101101 0 101001001 1100100 110110

Color Harmonies of #FF148D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF148D

Black with #FF148D

Text Example


Text Example

White with #FF148D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF148D; }

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

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

background-color css

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

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

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

border-color css

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

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

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