Html Css Color HEX #F31696 Deep Pink

📋 copy color: '#F31696'

red 243 ◦ green 22 ◦ blue 150

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

Shades of Deep Pink #F31696

Tints of Deep Pink #F31696

RGB

 RED value IS 243 (95.31% from 255) = 58.55%

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

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

R = 58.55%
G = 5.3%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F31696 (or 0xF31696) is known color: Deep Pink. HEX triplet: F3, 16 and 96. RGB value is (243,22,150). Sum of RGB (Red+Green+Blue) = 243+22+150=415 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.55% from 415); Green value is 22 (8.98% from 255 or 5.30% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 243 - color contains mainly: red. Hex color #F31696 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31696 is #0CE969. Grayscale: #666666. Windows color (decimal): -846186 or 9836275. OLE color: 9836275.

HSL color Cylindrical-coordinate representation of color #F31696: hue angle of 325.25º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F31696 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 22 150 -
CMYK 0 0.91 0.38 0.05
HSL 325.25º 0.9% 0.52% -
HSV(B) 325.25º 0.91% 0.95% -
XYZ 42.75 21.83 30.81 -
YUV 102.67 154.72 228.09 -
System Red Green Blue C M Y K H S L
Decimal 243 22 150 0 0.91 0.38 0.05 325.25 0.9 0.52
Hex F3 16 96 0 5B 26 5 145 5A 34
Octal 363 26 226 0 133 46 5 505 132 64
Binary 11110011 10110 10010110 0 1011011 100110 101 101000101 1011010 110100

Color Harmonies of #F31696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31696

Black with #F31696

Text Example


Text Example

White with #F31696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31696; }

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

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

background-color css

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

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

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

border-color css

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

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

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