Html Css Color HEX #F696BE Shocking

📋 copy color: '#F696BE'

red 246 ◦ green 150 ◦ blue 190

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

Shades of Shocking #F696BE

Tints of Shocking #F696BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.42%

R = 41.98%
G = 25.6%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F696BE (or 0xF696BE) is known color: Shocking. HEX triplet: F6, 96 and BE. RGB value is (246,150,190). Sum of RGB (Red+Green+Blue) = 246+150+190=586 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.98% from 586); Green value is 150 (58.98% from 255 or 25.60% from 586); Blue value is 190 (74.61% from 255 or 32.42% from 586); Max value from RGB is 246 - color contains mainly: red. Hex color #F696BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F696BE is #096941. Grayscale: #B7B7B7. Windows color (decimal): -616770 or 12490486. OLE color: 12490486.

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

Color convert

RGB 246 150 190 -
CMYK 0 0.39 0.23 0.04
HSL 335º 0.84% 0.78% -
HSV(B) 335º 0.39% 0.96% -
XYZ 58.21 45.12 54.36 -
YUV 183.26 131.8 172.75 -
System Red Green Blue C M Y K H S L
Decimal 246 150 190 0 0.39 0.23 0.04 335 0.84 0.78
Hex F6 96 BE 0 27 17 4 14F 54 4E
Octal 366 226 276 0 47 27 4 517 124 116
Binary 11110110 10010110 10111110 0 100111 10111 100 101001111 1010100 1001110

Color Harmonies of #F696BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F696BE

Black with #F696BE

Text Example


Text Example

White with #F696BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F696BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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