Html Css Color HEX #F5148F Deep Pink

📋 copy color: '#F5148F'

red 245 ◦ green 20 ◦ blue 143

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

Shades of Deep Pink #F5148F

Tints of Deep Pink #F5148F

RGB

 RED value IS 245 (96.09% from 255) = 60.05%

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

 BLUE value IS 143 (56.25% from 255) = 35.05%

R = 60.05%
G = 4.9%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F5148F (or 0xF5148F) is known color: Deep Pink. HEX triplet: F5, 14 and 8F. RGB value is (245,20,143). Sum of RGB (Red+Green+Blue) = 245+20+143=408 (54% of max value = 765). Red value is 245 (96.09% from 255 or 60.05% from 408); Green value is 20 (8.20% from 255 or 4.90% from 408); Blue value is 143 (56.25% from 255 or 35.05% from 408); Max value from RGB is 245 - color contains mainly: red. Hex color #F5148F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5148F is #0AEB70. Grayscale: #656565. Windows color (decimal): -715633 or 9377013. OLE color: 9377013.

HSL color Cylindrical-coordinate representation of color #F5148F: hue angle of 327.2º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F5148F is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 20 143 -
CMYK 0 0.92 0.42 0.04
HSL 327.2º 0.92% 0.52% -
HSV(B) 327.2º 0.92% 0.96% -
XYZ 42.86 21.9 27.95 -
YUV 101.3 151.54 230.5 -
System Red Green Blue C M Y K H S L
Decimal 245 20 143 0 0.92 0.42 0.04 327.2 0.92 0.52
Hex F5 14 8F 0 5C 2A 4 147 5C 34
Octal 365 24 217 0 134 52 4 507 134 64
Binary 11110101 10100 10001111 0 1011100 101010 100 101000111 1011100 110100

Color Harmonies of #F5148F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5148F

Black with #F5148F

Text Example


Text Example

White with #F5148F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5148F; }

 p { color: rgb(245,20,143); }

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

background-color css

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

 a { background-color: rgb(245,20,143); }

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

border-color css

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

 span { border-color: rgb(245,20,143); }

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