Html Css Color HEX #F696BC Shocking

📋 copy color: '#F696BC'

red 246 ◦ green 150 ◦ blue 188

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

Shades of Shocking #F696BC

Tints of Shocking #F696BC

RGB

 RED value IS 246 (96.48% from 255) = 42.12%

 GREEN value IS 150 (58.98% from 255) = 25.68%

 BLUE value IS 188 (73.83% from 255) = 32.19%

R = 42.12%
G = 25.68%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F696BC (or 0xF696BC) is known color: Shocking. HEX triplet: F6, 96 and BC. RGB value is (246,150,188). Sum of RGB (Red+Green+Blue) = 246+150+188=584 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.12% from 584); Green value is 150 (58.98% from 255 or 25.68% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 246 - color contains mainly: red. Hex color #F696BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F696BC is #096943. Grayscale: #B6B6B6. Windows color (decimal): -616772 or 12359414. OLE color: 12359414.

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

Color convert

RGB 246 150 188 -
CMYK 0 0.39 0.24 0.04
HSL 336.25º 0.84% 0.78% -
HSV(B) 336.25º 0.39% 0.96% -
XYZ 57.99 45.04 53.21 -
YUV 183.04 130.8 172.91 -
System Red Green Blue C M Y K H S L
Decimal 246 150 188 0 0.39 0.24 0.04 336.25 0.84 0.78
Hex F6 96 BC 0 27 18 4 150 54 4E
Octal 366 226 274 0 47 30 4 520 124 116
Binary 11110110 10010110 10111100 0 100111 11000 100 101010000 1010100 1001110

Color Harmonies of #F696BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F696BC

Black with #F696BC

Text Example


Text Example

White with #F696BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F696BC; }

 p { color: rgb(246,150,188); }

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

background-color css

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

 a { background-color: rgb(246,150,188); }

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

border-color css

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

 span { border-color: rgb(246,150,188); }

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