Html Css Color HEX #F51395 Deep Pink

📋 copy color: '#F51395'

red 245 ◦ green 19 ◦ blue 149

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

Shades of Deep Pink #F51395

Tints of Deep Pink #F51395

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.6%

 BLUE value IS 149 (58.59% from 255) = 36.08%

R = 59.32%
G = 4.6%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F51395 (or 0xF51395) is known color: Deep Pink. HEX triplet: F5, 13 and 95. RGB value is (245,19,149). Sum of RGB (Red+Green+Blue) = 245+19+149=413 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.32% from 413); Green value is 19 (7.81% from 255 or 4.60% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 245 - color contains mainly: red. Hex color #F51395 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51395 is #0AEC6A. Grayscale: #656565. Windows color (decimal): -715883 or 9769973. OLE color: 9769973.

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

Color convert

RGB 245 19 149 -
CMYK 0 0.92 0.39 0.04
HSL 325.49º 0.92% 0.52% -
HSV(B) 325.49º 0.92% 0.96% -
XYZ 43.31 22.05 30.41 -
YUV 101.39 154.87 230.43 -
System Red Green Blue C M Y K H S L
Decimal 245 19 149 0 0.92 0.39 0.04 325.49 0.92 0.52
Hex F5 13 95 0 5C 27 4 145 5C 34
Octal 365 23 225 0 134 47 4 505 134 64
Binary 11110101 10011 10010101 0 1011100 100111 100 101000101 1011100 110100

Color Harmonies of #F51395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51395

Black with #F51395

Text Example


Text Example

White with #F51395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51395; }

 p { color: rgb(245,19,149); }

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

background-color css

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

 a { background-color: rgb(245,19,149); }

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

border-color css

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

 span { border-color: rgb(245,19,149); }

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