Html Css Color HEX #F696C6 Shocking

📋 copy color: '#F696C6'

red 246 ◦ green 150 ◦ blue 198

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

Shades of Shocking #F696C6

Tints of Shocking #F696C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 33.33%

R = 41.41%
G = 25.25%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F696C6 (or 0xF696C6) is known color: Shocking. HEX triplet: F6, 96 and C6. RGB value is (246,150,198). Sum of RGB (Red+Green+Blue) = 246+150+198=594 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.41% from 594); Green value is 150 (58.98% from 255 or 25.25% from 594); Blue value is 198 (77.73% from 255 or 33.33% from 594); Max value from RGB is 246 - color contains mainly: red. Hex color #F696C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F696C6 is #096939. Grayscale: #B8B8B8. Windows color (decimal): -616762 or 13014774. OLE color: 13014774.

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

Color convert

RGB 246 150 198 -
CMYK 0 0.39 0.20 0.04
HSL 330º 0.84% 0.78% -
HSV(B) 330º 0.39% 0.96% -
XYZ 59.11 45.48 59.09 -
YUV 184.18 135.8 172.1 -
System Red Green Blue C M Y K H S L
Decimal 246 150 198 0 0.39 0.20 0.04 330 0.84 0.78
Hex F6 96 C6 0 27 14 4 14A 54 4E
Octal 366 226 306 0 47 24 4 512 124 116
Binary 11110110 10010110 11000110 0 100111 10100 100 101001010 1010100 1001110

Color Harmonies of #F696C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F696C6

Black with #F696C6

Text Example


Text Example

White with #F696C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F696C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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