Html Css Color HEX #F51696 Deep Pink

📋 copy color: '#F51696'

red 245 ◦ green 22 ◦ blue 150

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

Shades of Deep Pink #F51696

Tints of Deep Pink #F51696

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.28%

 BLUE value IS 150 (58.98% from 255) = 35.97%

R = 58.75%
G = 5.28%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F51696 (or 0xF51696) is known color: Deep Pink. HEX triplet: F5, 16 and 96. RGB value is (245,22,150). Sum of RGB (Red+Green+Blue) = 245+22+150=417 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.75% from 417); Green value is 22 (8.98% from 255 or 5.28% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 245 - color contains mainly: red. Hex color #F51696 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51696 is #0AE969. Grayscale: #666666. Windows color (decimal): -715114 or 9836277. OLE color: 9836277.

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

Color convert

RGB 245 22 150 -
CMYK 0 0.91 0.39 0.04
HSL 325.56º 0.92% 0.52% -
HSV(B) 325.56º 0.91% 0.96% -
XYZ 43.45 22.19 30.85 -
YUV 103.27 154.38 229.09 -
System Red Green Blue C M Y K H S L
Decimal 245 22 150 0 0.91 0.39 0.04 325.56 0.92 0.52
Hex F5 16 96 0 5B 27 4 146 5C 34
Octal 365 26 226 0 133 47 4 506 134 64
Binary 11110101 10110 10010110 0 1011011 100111 100 101000110 1011100 110100

Color Harmonies of #F51696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51696

Black with #F51696

Text Example


Text Example

White with #F51696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51696; }

 p { color: rgb(245,22,150); }

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

background-color css

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

 a { background-color: rgb(245,22,150); }

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

border-color css

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

 span { border-color: rgb(245,22,150); }

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