Html Css Color HEX #F51394 Deep Pink

📋 copy color: '#F51394'

red 245 ◦ green 19 ◦ blue 148

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

Shades of Deep Pink #F51394

Tints of Deep Pink #F51394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.92%

R = 59.47%
G = 4.61%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F51394 (or 0xF51394) is known color: Deep Pink. HEX triplet: F5, 13 and 94. RGB value is (245,19,148). Sum of RGB (Red+Green+Blue) = 245+19+148=412 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.47% from 412); Green value is 19 (7.81% from 255 or 4.61% from 412); Blue value is 148 (58.20% from 255 or 35.92% from 412); Max value from RGB is 245 - color contains mainly: red. Hex color #F51394 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51394 is #0AEC6B. Grayscale: #646464. Windows color (decimal): -715884 or 9704437. OLE color: 9704437.

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

Color convert

RGB 245 19 148 -
CMYK 0 0.92 0.40 0.04
HSL 325.75º 0.92% 0.52% -
HSV(B) 325.75º 0.92% 0.96% -
XYZ 43.23 22.02 29.99 -
YUV 101.28 154.37 230.51 -
System Red Green Blue C M Y K H S L
Decimal 245 19 148 0 0.92 0.40 0.04 325.75 0.92 0.52
Hex F5 13 94 0 5C 28 4 146 5C 34
Octal 365 23 224 0 134 50 4 506 134 64
Binary 11110101 10011 10010100 0 1011100 101000 100 101000110 1011100 110100

Color Harmonies of #F51394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51394

Black with #F51394

Text Example


Text Example

White with #F51394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51394; }

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

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

background-color css

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

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

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

border-color css

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

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

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