Html Css Color HEX #FF148C Deep Pink

📋 copy color: '#FF148C'

red 255 ◦ green 20 ◦ blue 140

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

Shades of Deep Pink #FF148C

Tints of Deep Pink #FF148C

RGB

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

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

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

R = 61.45%
G = 4.82%
B = 33.73%

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

#FF148C (or 0xFF148C) is known color: Deep Pink. HEX triplet: FF, 14 and 8C. RGB value is (255,20,140). Sum of RGB (Red+Green+Blue) = 255+20+140=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 20 (8.20% from 255 or 4.82% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF148C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF148C is #00EB73. Grayscale: #676767. Windows color (decimal): -60276 or 9180415. OLE color: 9180415.

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

Color convert

RGB 255 20 140 -
CMYK 0 0.92 0.45 0
HSL 329.36º 1% 0.54% -
HSV(B) 329.36º 0.92% 1% -
XYZ 46.22 23.65 26.94 -
YUV 103.95 148.36 235.74 -
System Red Green Blue C M Y K H S L
Decimal 255 20 140 0 0.92 0.45 0 329.36 1 0.54
Hex FF 14 8C 0 5C 2D 0 149 64 36
Octal 377 24 214 0 134 55 0 511 144 66
Binary 11111111 10100 10001100 0 1011100 101101 0 101001001 1100100 110110

Color Harmonies of #FF148C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF148C

Black with #FF148C

Text Example


Text Example

White with #FF148C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF148C; }

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

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

background-color css

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

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

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

border-color css

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

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

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